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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Original issue said:
Changes for local persistence:
Misc API changes (all SDKs)
iOS only:
Updates:
Rather than pending, a negatively biased name, I'd like to use the property name stable, which is positively biased.
pending
stable
I think we should use Key.child() (with no parameter) as the method to create a child key with UUID, rather than Key.makeChild().
Key.child()
Key.makeChild()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue said:
Changes for local persistence:
Misc API changes (all SDKs)
iOS only:
Updates:
Rather than
pending
, a negatively biased name, I'd like to use the property namestable
, which is positively biased.I think we should use
Key.child()
(with no parameter) as the method to create a child key with UUID, rather thanKey.makeChild()
.The text was updated successfully, but these errors were encountered: