All Questions
6 questions
2
votes
1
answer
53
views
How to use react-native-firebase auth emulation?
im using react-native-firebase v21.6.1 and im trying to start the auth service emulation. Ive gotten the firestore and functions emulation working.
firebase.json
"emulators": {
"...
2
votes
1
answer
416
views
How can I use firebase without the emulator?
I am learning firebase and I checked this tutorial regards the authentication. (https://www.youtube.com/watch?v=rbuSx1yEgV8&t=502s). In this video, the emulator seems to be essential, however I ...
4
votes
0
answers
440
views
React Native Firebase problem with emulator on physical device
I am programming an app with React Native. To use Firebase in this app, I installed the React Native Firebase npm package. I have set up everything to make requests to Firebase functions and this ...
1
vote
2
answers
1k
views
initialize firebase emulator storage
is there a way already how to use firebase storage emulator for local development?
I found out it should be possible these days using the firebase-tools I guess but I cant figure out how to include it ...
3
votes
0
answers
123
views
react native firebase authentication emulator error message thrown : Error: A network error
I am attempting to use the recently released firebase emulator suite. specifically the authentication emulator.
I have the emulator installed and have created an test user in the auth emulator. as ...
-1
votes
3
answers
1k
views
'Error: INTERNAL' when running firebase cloud functions locally from react native client
I passed all over the questions/answers about an issue related to: Calling firebase cloud functions locally from react native client. But no answer helped me fix it.
I'm using [email protected] ...