We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ISO 8601 format when saving dates. Get more info from Carlos
The text was updated successfully, but these errors were encountered:
ISO 8601 Date format should be "2017-02-15T02:38:49.627Z" and should be saved to a field with the same name as the epoch date field but append ISO.
lastUpdated: //EPOCH lasUpdatedISO: 2017-02-15T02:38:49.627Z
Check the mocks in the myMiracleMessages repo for appropriate fields: https://github.com/supadupdip/miracleMsgs/tree/master/mocks
The date should be retrieved from the server: https://firebase.google.com/docs/reference/ios/firebasedatabase/api/reference/Classes/FIRServerValue
Sorry, something went wrong.
No branches or pull requests
Add ISO 8601 format when saving dates. Get more info from Carlos
The text was updated successfully, but these errors were encountered: