@KartikTalwar
Here's a breakdown of the schema as I see it:
/mobile/gcm
{
"abc123": "dummy",
"def456": "dummy", ...
}
- Public writes (set it to disallow deleting though)
- Secret-only reads
/mobile/mentors, /mobile/team, /mobile/updates, /mobile/schedule, /mobile/prizes
- List of objects as specified here
- Public reads
- Secret-only writes
/mobile/test
"DO NOT DELETE; used for testing"
- Secret-reads and writes
- used for testing the scripts
@KartikTalwar
Here's a breakdown of the schema as I see it:
/mobile/gcm{ "abc123": "dummy", "def456": "dummy", ... }/mobile/mentors,/mobile/team,/mobile/updates,/mobile/schedule,/mobile/prizes/mobile/test"DO NOT DELETE; used for testing"