Firestore Authentication using workaround for authStatechange #171
Closed
jaythegeek
started this conversation in
General
Replies: 2 comments 6 replies
-
i have two different paths, one for web and one for native, I need to see the output from the native authListener to make sure it is getting the user appropriately. Also make sure when you are logging out that you log out both the plugin and the js user |
Beta Was this translation helpful? Give feedback.
0 replies
-
Console Log
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@aaronksaunders
I am setting up the app in
main.js
like thisJust like in yours, literally switched to a new branch and plumbed in the changes for it to work, then as I showed in the previous thread, I am calling the DB in the component i need it in (this all works in web version). When I make the call from native against a protected firestore doc then it fails
Beta Was this translation helpful? Give feedback.
All reactions