This project has been archived. No further security audits will be conducted. Related cloud services have been shut down and will no longer function. Any API keys will no longer work.
- Instantiate
XyzRepository
(replace Xyz with the Entity name) - Call one of the public methods
AccelerometerRepository accelerometerRepository = new AccelerometerRepository(getApplication());
accelerometerRepository.insert(new Accelerometer(timestamp, x, y, z));
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{uid}/{db_file} {
allow create: if isSignedIn() && isOwner(uid);
}
function isSignedIn() {
return request.auth != null;
}
function isOwner(uid) {
return request.auth.uid == uid;
}
}
}
rumination:
- 0: I was stuck on negative thoughts and could not disengage from them
- 1: I am thinking about my feelings
- 2: I am thinking about my problems
- 3: Other