Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.48 KB

README.md

File metadata and controls

51 lines (43 loc) · 1.48 KB

Firebase Authentication


About

It is a mobile application for Login & Signup using Firebase, created with React Native.
User can enter details and Signup for an account. Then, the user can Login using the same credentials.


Requirements:

Installation

  1. Clone the repository and navigate into the folder.

    $ git clone https://github.com/rishabhsxn/Firebase_Authentication.git   
  2. Install the dependencies using npm.

    $ npm install   
  3. Create Firebase account -> go to Firebase Console -> create a project -> add an application.

  4. Go to Project Overview -> Project Settings. You will find a variable called firebaseConfig.

    // this is just an example, your variable will not have empty strings
    var firebaseConfig = {
        apiKey: "",
        authDomain: "",
        databaseURL: "",
         projectId: "",
        storageBucket: "",
        messagingSenderId: "",
        appId: ""
    }

    Paste it in the App.js file.

  5. To run the application on expo, execute the command

    $ npm start   

Demo

FirebaseAuth Demo