skip to Main Content

Firebase – setting currentUser

Assuming that I have a whole user object as a JSON (with its access and refresh tokens) - how can I force firebase/auth to accept it as its currentUser so it triggers e.g. onTokenIdChange? EDIT: I want to authenticate the…

VIEW QUESTION

"You attempted to use a firebase module that's not installed on your Android project by calling firebase.app()." – React native

I followed https://rnfirebase.io/#managed-workflow guide on how to install Firebase. I created a new Expo app with: npx create-react-native-app -t with-dev-client As written in the guide. I then did npx expo install @react-native-firebase/app npx expo install @react-native-firebase/auth Having nothing in the…

VIEW QUESTION
Back To Top
Search