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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
The official firebase API has a method to fetch the currently signed in user, which is really useful. Without that method one has to save the user object somewhere after login/stateChange.
The text was updated successfully, but these errors were encountered:
Yes it's implemented but not in the typescript references...
I'm a bit new to Typescript:
How can I access properties which are not defined in the references? (=prevent the compiler error)
https://developers.google.com/android/reference/com/google/firebase/auth/FirebaseAuth#getCurrentUser()
The official firebase API has a method to fetch the currently signed in user, which is really useful. Without that method one has to save the user object somewhere after login/stateChange.
The text was updated successfully, but these errors were encountered: