ktamas77 / firebase-php

Firebase PHP Client
792 stars 215 forks source link

Added JSON_FORCE_OBJECT on encoding request. #29

Closed ruskiyos closed 8 years ago

ruskiyos commented 9 years ago

Added JSON_FORCE_OBJECT when encoding request to firebase api to ensure indexes are retained.

ex:

ruskiyos commented 8 years ago

There is really no need to inject a "0" is an index into firebase, so I'm closing it.