Skip to content

Instantly share code, notes, and snippets.

View JameelMukadam's full-sized avatar

Jameel Mukadam JameelMukadam

View GitHub Profile
@JameelMukadam
JameelMukadam / cloud_functions.md
Created February 22, 2018 12:44
Realtime Programming with Firebase and Cloud Functions (in React Native - Ignite)

Firebase Cloud Functions

  1. npm install -g firebase-tools
  2. Run firebase login and login with your firebase account
  3. Select your project from the list shown to you
  4. Run firebase init functions which creates a functions directory
  5. Add your functions logic
  6. Run firebase deploy

All Done!