Category "firebase"

How to enable experimentalForceLongPolling in @angular/fire

There is an issue with Cypress and Firebase, based on some research I've done here it seems that Cypress intercepts all network requests and due to the nature o

Either zero or 2 or more [DropdownMenuItem]s were detected with the same value

I am new to Flutter but I am trying to create a DropdownButtonFormField and it is not working. I am getting an error that says I have duplicate values. What is

'You Look Like a Robot' Error , while using puppeteer in firebase cloud functions

Im using the puppeteer package , in order to scrap a web page data that is fetched by clicking a button in this page this are the presetting that I'm using: con

Is there a Firestore Timestamp in metadata for Document Creation?

I am wondering if Cloud Firestore timestamps each document on creation in its metadata, and if so, is that metadata available? I know I can create my own times

Updating a document in Firebase Firestore from .Net Core console app

Use case Angular Firebase application that uses firestore as a form of persistence needs to communicate with a Discord Bot. I've built a synchronizer bot to me

Swift Package Manager (SPM) and Cocoapod Dependency Conflict

Overview I have two dependencies, one available as a Swift Package, and the other only available as a Cocoapod. The problem is that each has a dependency on a t

Canceling Google Sign In cause an exception in Flutter

I am trying to implement Google Sign In in my android flutter app, but I have this problem: When user cancel Google sign in (tap on back button) this exception

Firebase Web - Google sign-in with "redirect" option not redirecting but "popup" option works. What am I missing?

I am trying to use Google sign-in with firebase web for my vuejs app. Firebase's google sign-in gives two options - with redirect and popup to sign in. After su

How to hide an item from Recycler View on a particular condition?

I am using Firebase Recycler Adapter (Firebase UI Library) to populate Recycler View. I want to hide an item(row) on a condition. I have a LinearLayout contain

Flutter || W/DynamiteModule( 4887): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found

When I fetch data from Firebase Firestore, data is not shown. And it gives me this problem. Is it related to Firebase or anything else? W/DynamiteModule( 4887):

A Firebase App named "[DEFAULT]" already exists

I have my flutter App integrated with firebase, everything was fine but when I migrated firebase project to client firebase console, added his google services f

A Firebase App named "[DEFAULT]" already exists

I have my flutter App integrated with firebase, everything was fine but when I migrated firebase project to client firebase console, added his google services f

Angular google authentication with firebase

I want to create simple login authentication with google using firebase. I have installed angular CLI: 13.1.4, firebase, firebase: 10.1.1 & @angular/fire

Flutter Test: temporarily disable Firebase or somehow make the test not fail because of Firebase?

I wrote a test: homeScreenWidgetsTest() { testWidgets('Home page screen widgets', (WidgetTester tester) async { await tester.pumpWidget( Materia

Firebase Android - Skipping initialization

I am currently implementing an Android app, which uses Firebase Cloud Messaging. I've implemented everything according to the tutorial on the Firebase page. Ho

Firestore fieldvalue.increment using setData does not increment the value, while updateData does

I have an existing document with count value as 1. When i use FieldValue.increment(1) using setData (which should overwrite with new incremented value), it does

No matching client found for package name "...." with different buildvariant

I want o implement push notification. I added to project level: dependencies { classpath 'com.android.tools.build:gradle:2.2.2' classpath 'com.

Firebase Device Test lab: Failed to create a test matrix

I want tot try out firebase device testing - but i get a really generic error message doing so: Failed to create a test matrix. Anyone knows how to get aroun

Cannot switch Firestore from Datastore to native mode on GCP

Somehow the Firestore initialized with the Datastore mode and I can't switch it back to the Firestore native mode even the Datastore is empty. There's no useful

`GoogleAppMeasurement` requires CocoaPods version `>= 1.10.2`, which is not satisfied by your current version, `1.10.1`

While installing pods getting error - GoogleAppMeasurement requires CocoaPods version >= 1.10.2, which is not satisfied by your current version, 1.10.1...Tri