python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Firebase Realtime Database reach nested child
I'm building a project and within this project i have a one-to-one chat. Each chats are stored using the realtime database from firebase (I'm using the react-native-firebase librairy here).
My data tr...
Dimitri Enjelvin
Votes: 0
Answers: 1
Can Firebase functions deploy only to emulator?
Is there a way to deploy only to the emulator to speed up the development process? It currently takes about a minute to deploy functions to the Firebase server.
I add, then update a function of some ...

jhbiggs
Votes: 0
Answers: 2
Registration token(s) provided to sendToDevice() must be a non-empty string or a non-empty array. (Firebase cloud functions)
I am making a chat application where I am trying to send push notifications to when one user sends a message to the other user.
I am using firebase cloud functions with JavaScript and in the firebase ...
Spidey Verse
Votes: 0
Answers: 0
How to download a Signed Google Storage URL on client machine
I have this code that creates a signed URL to download a specific file in my bucket:
exports.download = functions.https.onRequest((req, res) => {
const userID = req.query.userID;
const download...

Nathan
Votes: 0
Answers: 1