Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firebase Admin

Cloud Functions For Firebase - Write To Database When A New User Created

I am pretty new Cloud Functions for Firebase and the javascript language. I am trying to add a func… Read more Cloud Functions For Firebase - Write To Database When A New User Created

How To Compare Firebase Timestamps?

I have cloud function code code like this: console.log(`ts: ${(element.get('expire') as adm… Read more How To Compare Firebase Timestamps?