De Wet van der Merwe

Results 25 comments of De Wet van der Merwe

@ptreitler @echong112 This might be a side-effect of latest versions of the Firebase SDK's. For now, if you are using the firebase-admin SDK, it should work as expected if you...

> Possibly related: I also noticed that setting the content status (Draft / Review / Publish) stopped working: #183 > > When I add content with `status: "draft"` (or with...

Hi @petermenocal, which version of the Firebase admin SDK are you using?

Thanks that looks like the Flamelink SDK version, but would like to see if it is related to the Firebase SDK version (not the Flamelink SDK)

Could you potentially try the following for me please replace ``` var flamelink = require("flamelink"); ``` with ``` var flamelink = require("flamelink/app"); require("flamelink/content"); require("flamelink/storage"); ```