-
Notifications
You must be signed in to change notification settings - Fork 584
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
Unified emulator settings for Firestore #1690
Conversation
The public api surface has changed for the subproject firebase-firestore: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (0598f8a1) is created by Prow via merging commits: 59db590 d90d91f. |
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (0598f8a1) is created by Prow via merging commits: 59db590 d90d91f. |
The public api surface has changed for the subproject firebase-firestore: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java
Outdated
Show resolved
Hide resolved
Note: the failure in the api file comes from messaging:
This could be because the api check job was silently failing sometimes before the latest change by @rosariopfernandes |
@samtstern the same error occurred on #1693 . Should be fixed by #1699 |
firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/test/java/com/google/firebase/firestore/FirebaseFirestoreTest.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/test/java/com/google/firebase/firestore/FirebaseFirestoreTest.java
Show resolved
Hide resolved
@schmidt-sebastian all review comments address, thank you! |
Not sure what this is about:
|
firebase-firestore/src/test/java/com/google/firebase/firestore/FirebaseFirestoreTest.java
Show resolved
Hide resolved
@samtstern: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@rlazo says we can merge this anyway, so merging. |
Follow up to #1672 but for
FirebaseFirestore
Note:
IlegalStateException
if the developer tries to set the host through theEmulatedServiceSettings
as well asFirebaseFirestoreSettings
. The settings method already throws unchecked exceptions so I thought this was the correct behavior, but I could convert it to a warning.