skip to Main Content

‘”Default FirebaseApp failed to initialize because no default options were found” error and conflict between Admob and Firestore in Unity

When I installed Admob and Firestore packages, I was getting the error ‘property#android.adservices.AD_SERVICES_CONFIG@resource=@xml/gma_ad_services_config` in com.google.android.gms:play-services-measurement-api:22.1.2 collides with another value’ in the apk build process. As a result of my research, I added the following to the AndroidManifest.xml file to prevent…

VIEW QUESTION

Image Cache in Flutter

I'm new to Flutter and currently stuck on an image loading problem. In my application I'm querying feed posts from a firebase dataserver, which contain a URL to an image. When scrolling down new posts are getting loaded and currently…

VIEW QUESTION
Back To Top
Search