Vedat
Vedat
> ```shell > try { > ProviderInstaller.installIfNeeded(context) > } catch (GooglePlayServicesRepairableException e) { > // Prompt user to update Play Services > } catch (GooglePlayServicesNotAvailableException e) { > // Play...
> > > ```shell > > > try { > > > ProviderInstaller.installIfNeeded(context) > > > } catch (GooglePlayServicesRepairableException e) { > > > // Prompt user to update Play...
Which apikey. Apikeys in the google-services.json file? > can you provide a repo where you could reproduce the error in that app, keep apikey as .env rest same > >...
I marked repo as test. So didnt change the apikey. It is the repo link : https://github.com/vedatsalmis/testapp > > Which apikey. Apikeys in the google-services.json file? > > > can...
> > I marked repo as test. So didnt change the apikey. It is the repo link : https://github.com/vedatsalmis/testapp > > > > Which apikey. Apikeys in the google-services.json file?...
> * FirebaseFirestore.instance.settings = const Settings( > persistenceEnabled: false, // Disable persistence if causing issues > host: 'localhost', // Set a custom host if needed > sslEnabled: true, // Adjust...
> Hi @vedatsalmis , thanks for the report. I was not able to reproduce this issue. I created a new flutter project and configured it with `flutterfire_cli`. Could you try...
> Can you try updating your Google Play Services? I have already done it
> Have you tested on other Android devices? Yes, I tried it on my physical device and got the same error. I tried deleting the emulator and reinstalling it but...
> Hi @vedatsalmis, I'm finding it hard to reproduce this issue. I tested on your testapp repo and it seems to work fine on my end. Yes, but as you...