PinnedRenaud TarnecinFirebase Tips & TricksHow to configure the “Export Collections to BigQuery” extension and use SQL “full” power on your…Few months ago, Firebase published an Extension that allows exporting the documents in a Cloud Firestore collection to BigQuery, the…Jul 30, 2021Jul 30, 2021
PinnedRenaud TarnecinFirebase DevelopersHow to Create an Image Translation Web App in 25 Lines of CodeThis article shows how easy it is to add Google Cloud Machine Learning capabilities to a web applicationMar 12, 2020Mar 12, 2020
PinnedRenaud TarnecinFirebase Tips & TricksHow to create a logical OR query in Cloud Firestore with the JavaScript SDK?Nov 7, 20197Nov 7, 20197
Renaud TarnecinFirebase Tips & TricksHow to define the CollectionReference of a subcollection with the JS SDK V9?I often see some questions on StackOverflow on how to define the CollectionReference corresponding to a subcollection, when using the…Jan 7, 2023Jan 7, 2023
Renaud TarnecinFirebase Tips & TricksHow to create Firestore security rules based on User Groups defined in Firestore documentsEasily implement an access rights management strategy based on user groups in Firestore.Jan 8, 20211Jan 8, 20211
Renaud TarnecinFirebase Tips & TricksHow to simulate a COUNT/GROUP BY aggregation with the Realtime DatabaseQuite often in a application you need to aggregate data and order the results of this aggregation.Feb 7, 20201Feb 7, 20201
Renaud TarnecinFirebase Tips & TricksHow to create an Admin module for managing users access and rolesTL;DR: In this article we share and explain the code for building a module which allows end-users with a specific Admin role creating…Dec 12, 201913Dec 12, 201913
Renaud TarnecinFirebase Tips & TricksHow to list all subcollections of a Cloud Firestore document?As detailed in the Cloud Firestore documentation, data in Firestore is stored into documents, which are “organized into collections”…Oct 24, 20194Oct 24, 20194