Isabel Lee
Results
2
issues of
Isabel Lee
First, thanks for the api! I've been playing around with it and I keep getting `nil` for `backed_projects` but when I do `backed_projects_count` I get the correct value, `115`. ![screen...
Code: ``` const { FireBoost } = require('fireboost'); const firestore = admin.firestore(); const admin = require('firebase-admin'); const certs = require('../certs.json'); admin.initializeApp({ credential: admin.credential.cert(certs), databaseURL: 'https://blah.firebaseio.com', }); function renameData() { const...