guenodz / awesome-firebase-cloud-functions

A simple firebase cloud functions project that shows some use cases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Firebase Cloud Functions

This project shows two simple use cases of Firebase Cloud Functions

  1. How to create a small REST API which get data from an RTDB node and return results as a json output
  2. How to listen for new database updates and send push notifications to users once a new data object is created

About

A simple firebase cloud functions project that shows some use cases


Languages

Language:HTML 69.6%Language:JavaScript 30.4%