How to FIX Flutter Compile Error on Firebase Auth | Firebase Initializing

Опубликовано: 06 Январь 2025
на канале: KDTechs
155
0

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(null-error, Host platform returned null value for non-null return value., null, null)

Solutions

await Firebase.initializeApp(
options: FirebaseOptions(
apiKey: "Api key here",
appId: "App id here",
messagingSenderId: "Messaging sender id here",
projectId: "project id here",
),
)
#flutter #firebase #dart #ios #android