firebase.put('/',".", {'print':'silent'})
firebase.put('/',"""{"test":"."}""", {'print': 'silent'})
firebase.put('/test',".", {'print': 'silent'})
All of these will result in a 400 Client Error.
How would I ever go about storing any data with a period?
All of these will result in a 400 Client Error.