omar-dev-amrk
omar-dev-amrk
Hey @jamesdaniels Could you show a code example please? I'm on v7.5
I have this code so far: ```ts import { FirebaseApp } from "@angular/fire/compat"; import { AngularFirestore } from "@angular/fire/compat//firestore"; import { initializeFirestore } from "@angular/fire/firestore"; import { firestoreInstance$ } from...
Eventually, I rewrote all queries I have to use the modular syntax, and refactored away from all things compat. Here's how you make your code connected to any database in...
Here's how I managed to connect to a non-default database in the same project: I rewrote all queries I have to use the modular syntax, and refactored away from all...
_Not using nestjs, so probably unrelated to userland code_ I'm facing this issue too, any workarounds and best practices? is it safe to implement retry for this exact error code?
@AllanOliveiraM I think you can apply the config above like this: ```js import { CloudTasksClient } from '@google-cloud/tasks'; const channelOptions = { // Send keepalive pings every 10 seconds, default...