When I send a notification from the Firebase cloud messaging console, my device receives it without a problem, but when I send it via a cloud functions, the function...
I'd like to get the auth token from firebase (email and password auth) to authenticate in my firebase cloud function. It seems like the functions getIdToken() and getT...
This is the cloud function that I'm using <em>to send notification to the shopkeepers when an order is accepted by the shipper.</em> <strong>But sometimes it takes at...
I M building a social media app similar to Instagram and new to NodeJS And Firebase. I want app to have a similar privacy setting to that of Instagram like private pr...
I have integrated <strong>flutter_stripe 2.0.1</strong> plugins in my flutter application using Firebase CLI. getting a successful response of paymentIntent from fireb...
After setting up my project with a local Firebase functions emulator as my backend, and calling my Firebase onCall function from my Android emulator, I get this very n...
Here is the code I use in my flutter app to send JSON data to my server written in nodejs: <pre><code> if (DEBUG) print('*: ' + jsonEncode({'order': Provider.of...
I have a function in cloud functions that picks the user email from my flutter app and I want to pass it to a function that uses the user email to create a firestore d...
I'm trying to mock the Firebase Functions package from Flutter Fire, but I keep getting errors. This is my attempt at creating the Mock. But the <code>call</cod...
I had already read this excellent answer: <a href="https://stackoverflow.com/questions/42145759/do-google-cloud-platform-http-functions-support-route-parameters">Do Go...
Sorry if this seems like a really basic question, the concept of cloud functions is extremely new to me and i'm still highly in the learning process. However,...
I'm new to the whole cloud functions thing , I have two questions , first is the timeout for the function is really just 60 second ? and why is that , and second how c...
I have this Cloud Function working correctly in iOS, which sends a Firebase Push Notification when a new message is created: <pre><code>export const sendChatNotifi...
I am developing an app for elderly for my graduation project. There are 2 actors, elderly and the watcher who takes care of elderly. 'all application data store...
I am new to flutter and I have just created app that accepts payments from user using <code>flutter_stripe: ^2.1.0</code> plugin. The amount in cloud function file <co...