skip to Main Content

Firebase – how to fix kotlin lateinit property binding has not been initialized

I'm getting this error: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.bugunneyesem/com.example.bugunneyesem.TariflerPageUser}: kotlin.UninitializedPropertyAccessException: lateinit property binding has not been initialized My activity class TariflerPageUser : AppCompatActivity() { lateinit var binding: ActivityTariflerPageUserBinding private lateinit var firebaseAuth: FirebaseAuth private lateinit var kategoriArrayList: ArrayList<ModelKategori> private…

VIEW QUESTION

Javascript – Firebase Unhandle Exception PlatformException(null-error, Host platform returned null value for non-null return value., null, null)

When I was make application for user signup and signin by using firebase but I cannot run as properly it give some error like bellow. E/flutter ( 6840): #0 FirebaseCoreHostApi.optionsFromResource (package:firebase_core_platform_interface/src/pigeon/messages.pigeon.dart:248:7) E/flutter ( 6840): <asynchronous suspension> E/flutter ( 6840): #1…

VIEW QUESTION

cannot find symbol BuildConfig FlutterFirebaseCoreRegistrar

I updated a 2 year old flutter-project and get the following error at debugging. I need help. I tried to fix the error for 4 days. Launching lib/main.dart on sdk gphone x86 in debug mode... /Users/michael/.pub-cache/hosted/pub.dev/firebase_core-2.24.2/android/src/main/java/io/flutter/plugins/firebase/core/FlutterFirebaseCoreRegistrar.java:19: error: cannot find symbol…

VIEW QUESTION

Xamarin iOS Firebase Analytics

I don't understand how to log event with array items in parameters. For example, if I need to log something like EventNamesConstants.Login I can to do var parameters = new Dictionary<object, object> { ParameterNamesConstants.Method, "Google" } }; Analytics.LogEvent(EventNamesConstants.Login, parameters); But…

VIEW QUESTION
Back To Top
Search