Skip to content

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
wants to merge 1,155 commits into
base: master
Choose a base branch
from

Conversation

michgauz
Copy link
Owner

No description provided.

@michgauz michgauz force-pushed the add-to-flow-extension branch 3 times, most recently from 88f6d68 to 5549d17 Compare February 19, 2020 08:47
VinayGuthal and others added 27 commits February 7, 2022 21:29
* 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
@martinbonnin martinbonnin force-pushed the add-to-flow-extension branch from c4a739e to cccf86f Compare August 4, 2022 09:58
@github-actions
Copy link

github-actions bot commented Aug 4, 2022

Unit Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 692114c.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 4, 2022

buildSrc Test Results

18 tests   18 ✔️  2m 17s ⏱️
  4 suites    0 💤
  4 files      0

Results for commit 692114c.

♻️ This comment has been updated with latest results.

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

Successfully merging this pull request may close these issues.