firebase_tutorial icon indicating copy to clipboard operation
firebase_tutorial copied to clipboard

Tutorial for using Google Firebase from the Particle Photon or Electron using Webhooks

Results 5 firebase_tutorial issues
Sort by recently updated
recently updated
newest added

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? ![image](https://cloud.githubusercontent.com/assets/11138157/21284433/08f037dc-c3d8-11e6-81eb-103cfc19f892.png)

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...