skip to Main Content

Firebase – how to keep user logged in

this is how I login using Google and firebase. but I couldn't figure it out as to how to keep the use logged in.. when the app restarts it log the user out automatically import 'package:firebase_auth/firebase_auth.dart'; import 'package:google_sign_in/google_sign_in.dart'; final FirebaseAuth…

VIEW QUESTION

Cannot proceed google login with firebase on flutter; "Expecting binder but got null!"

I am new to mobile app and using flutter to implement google social login with firebase auth. I checked official resources and implemented a login logic like below; main.dart import 'package:atlas_app/auth/signup.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:firebase_core/firebase_core.dart'; import 'firebase_options.dart'; void…

VIEW QUESTION
Back To Top
Search