skip to Main Content

Firebase functions V2: Memory Configuration

How to set options {memory: "1GiB"} on firestore triggered cloud function. I can't find it in the documentation: https://firebase.google.com/docs/functions/2nd-gen-upgrade There is an exemple for https functions but it seem to have a different syntaxe for onDocumentCreated(), etc.. export const statisticsDataCreated…

VIEW QUESTION

flutter and firebase authentication

i try to connect my flutter app to firebase to save user data and authenticat him the data has been save successfully in firestore but the authentication dosent work the depandncy was ok beacuse in onther page the authentication is…

VIEW QUESTION
Back To Top
Search