Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.21 KB

auth_sample_firebase

This is a Flutter App of Auth Sample with Firebase. You can sign in with Google, Twitter, Facebook.

Development environment

  • Flutter:1.9.1
  • Pixel3a:AndroidX
  • iPad:iOS13

How to set up

$ flutter pub get

Add Firebase to your Flutter App

you add firebase setting files.

  • **/android/app/google-services.json
  • **/ios/Runner/GoogleService-Info.plist

How to sign in with Google

How to sign in with Twitter

How to sign in with facebook