forked from firebase/firebase-android-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Add toFlow extensions to DocumentReference and Query #1
New issue
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
Open
michgauz
wants to merge
1,155
commits into
master
Choose a base branch
from
add-to-flow-extension
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88f6d68
to
5549d17
Compare
* update app distribution readme * fix heartbeat tests for copybara
* Removing sign in tester from checkForNewRelease * Fixing tests * removing comment * Fixing message * Fixing tests Co-authored-by: Manny Jimenez <[email protected]>
Current documentation refers to a side effect of our (now discontinued) delivery-receipt behavior, some customers have started to rely on it.
- Switched to stopping an image download by canceling a Future to interrupt the download thread instead of trying to close the InputStream directly since the underlying library does not appear to be thread safe and can throw a variety of Exceptions when close is called on a different thread (firebase#1830 for a previous issue).
* Add version name to header * move comment above declaration
…base#3122) * simple fix by changing order of methods * add test * comments * rewording
…rlier. (firebase#3432) firebase#3090 * Switched to log notification open after onActivityCreated() has completed on Android 7.0 and earlier since unparceling a Bundle is not thread safe on those versions. This may help to avoid a race condition with anything else that may be trying to access the Intent extra Bundle from another thread started in onActivityCreated()/onCreate().
…r collectionGroup only being implemented for testing purposes (firebase#3443)
* Update play services dependencies.
* Show dialogs on UI thread * Fix test names
Fixed `get()` issue where wrong cache paths were being updated in the SyncTree. Co-authored-by: Jan Wyszynski <[email protected]>
Numpy support for macos arm64 is added in 1.21.0.
NDK r21 is no longer provided by default on GitHub Actions. actions/runner-images#5930
c4a739e
to
cccf86f
Compare
…estore/ktx/Firestore.kt Co-authored-by: Rosário Pereira Fernandes <[email protected]>
…estore/ktx/Firestore.kt Co-authored-by: Rosário Pereira Fernandes <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.