Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
520 views

Crashlytics not sending error reports from Instant Apps

I am trying to get Crashlytics reports from simple insant app. The app has one activity with one button to generate crash. Му MainActivity code is: package com.example.instantcrashtest; import ...
Roman Kononenko's user avatar
2 votes
1 answer
923 views

Firebase Messaging not Working in Modern Android Instant App - DisplayNotificationRequired?

I've read all the related SO questions, most of which were asked in answered in 2017 or early 2018, before Google simplified the way Instant Apps could be created. In my case, I created an "...
ScottyB's user avatar
  • 2,319
0 votes
2 answers
201 views

Warning: URL "https://instantappmodule.firebaseapp.com/" not defined in the manifest

I am making a sample instant app but without introducing app bundles and dynamic-feature's. I am quite close except that I am getting this error on the configuration: Warning: URL "https://...
Donki's user avatar
  • 795
5 votes
0 answers
294 views

Firebase Dynamic Link Not Redirecting To Instant App

I'm using Firebase Dynamic Links with the android instant app and but instead of redirecting to the instant app it is opening the URL in the browser. I tried adding the "afl" param but it is also not ...
Ashu Tyagi's user avatar
  • 1,420
1 vote
0 answers
352 views

Crashlytics not working with Instant Apps

I am migrating my project to an instant apps structure and I have had to disable Crashlytics to continue my development. I have setup Crashlytics in the base module and applied all suugestions in ...
Javier Delgado's user avatar
2 votes
0 answers
96 views

Firebase initialisation failing in Instant app base module

As a part of making the instant app version of my existing app, I made my current application module as base module and created a new application class. I moved the google-services.json to new ...
Ezio's user avatar
  • 2,935
2 votes
1 answer
551 views

Unable to connect firebase with instant app with flavors and dimensions [duplicate]

I have just converted my app into an instant app, the thing is that it has a setup that is a little complex, since I have 3 dimensions: experience - instant - installed type - demo - ...
alexm's user avatar
  • 1,305
1 vote
1 answer
677 views

Android instant feature: Is it something fundamentally flawed with this approach?

I'm trying to make my app to build again after updating from google gradle plugin 3.1.4 to the now latest 3.2.1 and I think there maybe something wrong with the approach I took to make my instantapp ...
Fran Marzoa's user avatar
  • 4,455
1 vote
2 answers
878 views

Android - Firebase Initializing in Instant App - Getting Exception

This is my application class: package com.example.myapp import android.support.multidex.MultiDexApplication import com.facebook.appevents.AppEventsLogger import com.google.firebase.FirebaseApp ...
TomH's user avatar
  • 2,679
1 vote
2 answers
444 views

Android Instant App with Firebase Hosting

I'm currently working on an android instant app. I used firebase hosting, to verify the app links. This works fine for https links: https://xyz.firebaseapp.com/.well-known/assetlinks.json. But when I ...
Oliver's user avatar
  • 503
1 vote
1 answer
488 views

Default Activity not found adding firebase

I have an instant app, and its working nice, but if I add this line to my base/build.gradle then I cant run my app/installed, note that I can run it with a url. api 'com.google.firebase:firebase-core:...
Pablo Cegarra's user avatar
-1 votes
1 answer
111 views

firebase integration with android instantapp

I am trying to use firebase's real-time database with android instant app. Looking at google doc for using the real-time database, I do have bit of idea. However the example that google provide is ...
HanJo Jang's user avatar
3 votes
1 answer
933 views

Firebase build error for multiple build variants on Android Instant App

I am adding Firebase to an existing app with 3 buildTypes (debug, staging and release). There's also 2 flavors (live and mock), but I am enabling mock only for debug builds: android.variantFilter { ...
BadCode's user avatar
  • 259
6 votes
2 answers
4k views

Firebase support library dependency conflict for instant apps

I'm trying to implement instant apps into a project that uses Firebase database. I'm targeting SDK version 27, so the support libraries are on version 27.0.2. Firebase database version is 11.8.0 and ...
iamkaan's user avatar
  • 1,515
8 votes
1 answer
7k views

Firebase Analytics not working with Instant App or Normal App

I have an app that is modularized to support instant-apps. App modules: app instantapp base main detail search I tried to add Firebase by adding: classpath 'com.google.gms:google-services:3.1.1' → ...
Punpuf's user avatar
  • 2,142

15 30 50 per page