firebase_tutorial
firebase_tutorial copied to clipboard
Tutorial for using Google Firebase from the Particle Photon or Electron using Webhooks
Have Added Scaler Topics C Page under Photon or Electron code(Anchored = C). Kindly Please check the suggested changes.
hi, I see in the tutorial, read data from firebase, you use #include "SparkJson/SparkJson.h", but it shows it could not find "SparkJson/SparkJson.h". Should I use "SparkJson.h" instead of "SparkJson/SparkJson.h"? Thanks~
Is there a way to change or specify the unique database row identifier to be posted on Firebase?
Database secrets have been deprecated. Are there any plans to update this tutorial to using the new methods of authentication with the Particle Electron? 
Is there a way to get webhooks to write the data out as its true type... strings AND numbers? Reading the data back in as a string is ok somewhat...