Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Align 'now' in Targaryen with firebase-server time #112

Merged
merged 1 commit into from
Nov 19, 2017
Merged

Align 'now' in Targaryen with firebase-server time #112

merged 1 commit into from
Nov 19, 2017

Conversation

dotdoom
Copy link
Contributor

@dotdoom dotdoom commented Nov 19, 2017

This is achieved by passing the value of now to Targaryen validators. It will
also fix security rules which use val() == now expecting val() to be
ServerValue.TIMESTAMP. This is how production Firebase server works:
https://stackoverflow.com/questions/25433016/

This is achieved by passing the value of `now` to Targaryen validators. It will
also fix security rules which use `val() == now` expecting `val()` to be
ServerValue.TIMESTAMP. This is how production Firebase server works:
https://stackoverflow.com/questions/25433016/
@coveralls
Copy link

coveralls commented Nov 19, 2017

Coverage Status

Coverage increased (+0.03%) to 95.174% when pulling 6a5a5e7 on dotdoom:server-timestamp into e642de1 on urish:master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 95.174% when pulling 6a5a5e7 on dotdoom:server-timestamp into e642de1 on urish:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 95.174% when pulling 6a5a5e7 on dotdoom:server-timestamp into e642de1 on urish:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 95.174% when pulling 6a5a5e7 on dotdoom:server-timestamp into e642de1 on urish:master.

@urish urish merged commit 0eff193 into urish:master Nov 19, 2017
@urish
Copy link
Owner

urish commented Nov 19, 2017

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants