filmov
tv
How to FIX Flutter Compile Error on Firebase Auth | Firebase Initializing
Показать описание
Solutions
options: FirebaseOptions(
apiKey: "Api key here",
appId: "App id here",
messagingSenderId: "Messaging sender id here",
projectId: "project id here",
),
)
#flutter #firebase #dart #ios #android