Print message to view Firestore database in console after creation or restore#6949
Merged
Print message to view Firestore database in console after creation or restore#6949
Conversation
5fee5cf to
e7768fc
Compare
VicVer09
approved these changes
Apr 2, 2024
Contributor
VicVer09
left a comment
There was a problem hiding this comment.
LGTM, pending rebase and a more detailed description with some screenshots
e7768fc to
aff1b8f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6949 +/- ##
==========================================
- Coverage 54.79% 54.79% -0.01%
==========================================
Files 359 359
Lines 25059 25061 +2
Branches 5166 5166
==========================================
+ Hits 13732 13733 +1
- Misses 10090 10091 +1
Partials 1237 1237 ☔ View full report in Codecov by Sentry. |
aff1b8f to
1ea4742
Compare
joehan
approved these changes
Apr 4, 2024
5f93c9e to
b29b3df
Compare
b29b3df to
16fe79d
Compare
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
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.
Description
After you create a Firestore database, we will now display a link to that database in the Firebase console.
We also do this after you restore a Firestore database, but also note that you should wait until the restore is finished before using it.
Scenarios Tested
Examples