Relative Content

Tag Archive for firebasereact-nativeexpo

What are best practices for using Firebase with an Expo project?

I am building an iOS app in React Native using expo. I would like to use Firebase in this project. It looks like React Native Firebase is the recommended way to use firebase in a React Native project. However, if I’m understanding correctly, it seems to not work with an Expo Managed Workflow. I would rather not eject my Expo project if possible.

Firebase sendEmailVerification email link is not working

Am working on a react native expo app with firebase, sending verification message to new users using the firebase sendEmailVerification method which seems to send the email verification link to the users provided email address.
The problem is, clicking on the link will open a new browser tab as expected, then load for about 20-30 seconds and then stop with a failed message like “This page cannot be reached” depending on the browser. I have tried several browsers, clear the cache and yet still not working.