Skip to content

Instantly share code, notes, and snippets.

View Kingamattack's full-sized avatar
🕺
Grooving

Jordy Kingama Kingamattack

🕺
Grooving
  • Orange Business Services
  • France
View GitHub Profile
@Kingamattack
Kingamattack / index.js
Last active December 5, 2019 10:42
Firebase Cloud Function to send a push notification everytime you have a new entry in your Cloud Storage
// The Cloud Functions for Firebase SDK to create Cloud Functions and setup triggers.
const functions = require('firebase-functions');
// The Cloud Functions for Firebase SDK to access database
const admin = require('firebase-admin');
// Init
admin.initializeApp(functions.config().firebase);
/**