Sign in firebase user in node js without client side?
Is it possible to access the client firebase e.g. signInWithEmailAndPassword methods in the firebase SDK side? (i know sdk is for server generally and client is js, but i need a non js solution client side). Ive setup the SDK…