-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(firestore): Support for multiple databases (#5331)
* feat: adds Firestore multi-DB support * fix: per reviewer * fix: actually fixed this time * added integration test * added test skip for new database * feat(firestore): Multi DB support * feat(firestore): Handling metadata header error * feat(firestore): Removed mock server setup * feat(firestore): URL escaping for routing header * feat(firestore): Resolving merge conflicts * feat(firestore): Refactoring code * feat(firestore): Run tests on (default) by default --------- Co-authored-by: Baha Aiman <[email protected]> Co-authored-by: meredithslota <[email protected]>
- Loading branch information
1 parent
e29ba0c
commit 94d4b1b
Showing
5 changed files
with
162 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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