Skip to content

maneeshalakshani/Flutter-Firebase-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Flutter-Firebase-Integration

  • https://firebase.google.com/
  • Go to console
  • Add Project (Title, Disable google analytics for project) -> Create Project
  • Select Android
  • package name
    • Android-> app -> src -> main -> AndroidManifest.xml -> line 2
  • Register App
  • Download 'google-services.json'
  • Paste the downloaded file in -> Android -> app -> past file
  • Click Next
  • Android -> build.gradle
    • classpath within dependencied in middle
  • Android -> app -> build.gradle
    • id 'com.google.gms.google-services' (apply plugin insted of id)
  • Click Next -> Continue to console

Create Database

  • Build -> Firestore database -> Create Database
  • select start in test mode
  • Next -> Enable

Flutter Firebase Auhentication

Dependencies

  • firebase_auth

DB Setup

  • Build -> Authentication -> Get Started -> Email/Password -> Enable -> Save

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published