You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As question states, is there a way to authenticate on app using native plugin, and then be able to use firebase-js sdk to communicate with RTDB as authenticated user?
The text was updated successfully, but these errors were encountered:
Yuripetusko
changed the title
QUESTIONS: Can I somehow pass native auth to firebase js sdk RTDB?
QUESTION: Can I somehow pass native auth to firebase js sdk RTDB?
Sep 3, 2019
I've managed to do it by creating a token for my user using firebase functions and then using js sdk to log in using generated token. I'm using Firestore though, but that seem to be the same.
As question states, is there a way to authenticate on app using native plugin, and then be able to use firebase-js sdk to communicate with RTDB as authenticated user?
The text was updated successfully, but these errors were encountered: