Justin Grayston
Justin Grayston
I've recently been experimenting with this module, and needed to add some error handling. However, I was getting some unexpected requests happening. The aim was to back off the poller...
Also ensures that the pinned section is drawn even if there are less than two items. Updated example app to demonstrate fix. Closes #39
Removes `Functions.config().firebase` as this has been removed since beta v1 made breaking changes. Also moved the db init, to after Firebase init so DB info has been passed in. Closes...
I was helping a colleague, and we both ran through the tutorial. During the Firebase init process it set up storage rules, that are the same as the default rules...
Just updating the [index.js](https://github.com/sararob/automl-api-demo/blob/c449bbd0f5d4b4ccb917e4f4d2706d598c2ec429/functions/index.js#L15) const as describe and deploying leads to the following error. Error: The default Firebase app does not exist. Make sure you call initializeApp() before using any...