[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