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
Firebase is a mobile and web application development Platform developed by Firebase, It provides various features and functionalities. Phone authentication is one of its features, which provides authentication using mobile numbers along with the country code.
STEP - 1 : Configured Firebase credentails in React application
There is an file named Firebase-Context.js in which you need to configured your Firebase application credentials. Refer Get Firebase credetials link to get Firebase key(s) & credentials.
STEP - 2 : To make this application work, please install node modules first using below command
npm install or yarn install
STEP - 3 : Start the application, React application will be opening on port 3000
npm start or yarn start
About
Firebase is a mobile and web application development Platform developed by Firebase, It provides various features and functionalities. Phone authentication is one of its features, which provides authentication using mobile numbers along with the country code.