-
I am new to DDD and the Repository Design Pattern thing, in fact I have no experience whatsoever on this. I came across it a while back and although I don't fully understand it yet I feel it's really ......
-
I'm trying to build an app that can receive notifications when a certain value is changed in the database. The Cloud Functions' part of the code is executing correctly but the notification is not ......
-
I'm running Elastic Search on a Google Compute Engine instance. I've also set up Flashlight to push all data inserted into Firebase directly into Elastic Search. Everything is working great and all is ......
-
Some newer Epson POS printers use a technology called Server Direct Print which allows printing using htpps requests. An XML document is sent to a remote server via an app, the printer will poll this ......
-
Per the Firebase docs at https://firebase.google.com/docs/firestore/query-data/listen, one can add {includeMetadataChanges: true} as an option to the .onSnapshot() method. How can I do this with ......
-
I want to implement older Firebase notification any link for older SDKs and old Pod versionI am using Xcode 7.3 and I want to implement firebase push notification butdue to latest pod I can't run ......
-
Cloud Firestore doesn't have a c++ library, so I cannot use it with cocos2d-cpp. I decided to use cocos2d-js instead and there are web libraries for most of Firebase products. Now, how can I use ......
-
I am building a chat app and displaying the text messages with the code below.I wanna know how i can paginate this live data that i am getting from cloud firestore so that a user can only look at the ......
-
This is my attempt at paginating a collection of Firestore chat messages with Paging 3. It correctly loads the next pages, so the startAfter operator seems to be working as expected. But it's not ......
-
When I run npm run test (see bellow)[1] I got the message:firestore: Not starting the firestore emulator, make sure you have run firebase init.But I alredy did it! I just moved the functions folder ......
-
In the guide for Firestore on deleting a whole collection, there is an example using firebase_tools.firestore.delete. Where can I find documentation about this function? I only found it mentioned in ......
-
I am trying to follow the firebase docs to test security rules (Build unit tests), specifically the video.But an error does not allow me to continue... this.My emulators are ok... but anything is ......
-
I have deleted my original firebase project and created a new one.Now I would like to deploy the same code to the new firebase project.I have tried editing firebase.json and added a target within ......
-
When initializing a firebase project, it creates a firebase.json file containing settings for hosting, firestore, storage, but nothing for functions. When deploying, the firebase CLI correctly finds ......
-
When trying to run firebase emulators, everything works except for the functions emulator. It gives me the following error:Error: Cannot find module '@firebase/database-types'Require stack:/Users/......