Skip to content

rishabhsxn/Firebase_Authentication

Repository files navigation

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

About

React Native - Login, Signup mobile app using Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published