Member-only story
How to add Firebase signup/login to your React-Native app using react-native-firebase in iOS part 1
In this tutorial I will be explaining how to add firebase functionality to your React-Native application using the package react-native-firebase as there are many hooks and cranks necessary to get the functionality working correctly.
The first thing you will need to do is create a react-native app by running the below command in your terminal.
npx react-native@latest init ProjectNameGoesHere
After you have done this you should navigate to the firebase url below as you will need to create a firebase project in the firebase console, if you haven’t signed up for a Google cloud account then you should do this too.
On the top right hand side of the page you should see “Go to console” if you are logged in, if not, then log in with your Google account.
After clicking on “Go to console”, click on “Create a project”, this should take you to a page where you are asked to enter your project name. You should call it something…