recorder-firestore
v1.4.12
Published
## Version History * 1.4.12 - Try- import from firebase/app. * 1.4.10 - queueUrl may not exist, then we'll not write to sqs. * 1.4.9 - Adding firestore config as parameter to the recorder. * 1.4.8 - Adding queueUrl to the recorder. * 1.4.5 - new try with
Downloads
56
Readme
Record Survey Information in Firestore
Version History
- 1.4.12 - Try- import from firebase/app.
- 1.4.10 - queueUrl may not exist, then we'll not write to sqs.
- 1.4.9 - Adding firestore config as parameter to the recorder.
- 1.4.8 - Adding queueUrl to the recorder.
- 1.4.5 - new try with npm
- 1.4.4 - Upgrade code to work with new firebase version
- 1.4.3 - Upgrade dependencies
- 1.4.2 - save worker num in progress
- 1.4.1 - save randomKey in props
- 1.4.0 - Generate randomKey to based on in randomizations
- 1.3.11 - Generate surveyKey or each survey (for baseline, baseline2 etc)
- 1.3.8 - Send data to sqs first
- 1.3.7 - Change firebase version
- 1.3.6 - Fix firebase version
- 1.3.5 - Save key in data dict (init message)
- 1.3.4 - Upgrade the Firebase package
- 1.3.3 - Change import order to accomodate for Firestore code changes
- 1.3.2 - Remove some Firestore warnings.
- 1.3.1 - Use proper timestamps instead of dates and server-side timestamps.
- 1.3.0 - Upgrade Firebase library, clean code, fix an error that caused some data not to be saved.
- 1.2.3 - Organize code a bit, trying to figure out why initial data isn't always stored on Firestore and SQS
- 1.2.2 - Record to SQS as well, for redudnacy in case Firestore fails
- 1.1.0 - Record timestamps to make the new Firestore management scripts work better
- 1.0.0 - First version