skip to Main Content

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

Set up mongodb _id to firebase uid

I'm new to asking questions in Stack overflow. I'm implementing an application that it's using Firebase Auth for users login, logout and delete account and mongodb with python (pymongo) to manage the database. When a user signs in, a new…

VIEW QUESTION
Back To Top
Search