-
Notifications
You must be signed in to change notification settings - Fork 124
Migrate CPP SDK from FieldValue to Protobuf #577
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
Merged
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
e5c1837
FieldValue port
schmidt-sebastian baed896
Feedback
schmidt-sebastian 0ed529e
Lint
schmidt-sebastian 273171b
Update source to master
schmidt-sebastian ab8b574
Fix compile
schmidt-sebastian a19d7cc
Add nanopb
schmidt-sebastian 2206809
Use header
schmidt-sebastian 147d5a8
Fix build
schmidt-sebastian f139608
Merge branch 'main' into mrschmidt/fieldvalue
schmidt-sebastian 0b200d3
Updated Android and iOS dependencies for 8.4.0 release
schmidt-sebastian a511c1b
Merge
schmidt-sebastian 30a4590
Merge branch 'main' into mrschmidt/fieldvalue
schmidt-sebastian 4c572f7
Add header back
schmidt-sebastian fd4e5c2
Merge branch 'main' into mrschmidt/fieldvalue
schmidt-sebastian fb68ec7
Update CMakeLists.txt
schmidt-sebastian e12fb04
Fix test
schmidt-sebastian 97c2a9c
Merge branch 'mrschmidt/fieldvalue' of github.com:firebase/firebase-c…
schmidt-sebastian b55a85f
Fix server timestamp
schmidt-sebastian 2214b24
Add the nanopb header path to the internal testapp xcode project
a-maurice f24e3f7
More ServerTimestamp fixes
schmidt-sebastian 36b4088
Merge branch 'mrschmidt/fieldvalue' of github.com:firebase/firebase-c…
schmidt-sebastian 90918ca
Fix logic
schmidt-sebastian 2c73631
Use valid values
schmidt-sebastian b898ab2
Missing break
schmidt-sebastian bb85fae
Merge branch 'main' into mrschmidt/fieldvalue
schmidt-sebastian 322622a
Enable debug logging
schmidt-sebastian 1e0c794
Only run one test
schmidt-sebastian e57cd53
Merge branch 'mrschmidt/fieldvalue' of github.com:firebase/firebase-c…
schmidt-sebastian 6ac8e12
More tests
schmidt-sebastian 929a343
Only run Firestore
schmidt-sebastian 59b2f99
Don't crash
schmidt-sebastian 91898df
More logging
schmidt-sebastian a655e31
More logging
schmidt-sebastian ee65f4e
Fix build
schmidt-sebastian 38b6729
Merge branch 'main' into mrschmidt/fieldvalue
schmidt-sebastian 10e6769
Display more test results
schmidt-sebastian 89cb07b
Merge branch 'mrschmidt/fieldvalue' of github.com:firebase/firebase-c…
schmidt-sebastian cedfa82
Temporarily comment out the tests that fail on tvOS.
var-const d60bf24
Merge branch 'mrschmidt/fieldvalue' of https://github.com/firebase/fi…
var-const 60b0dc1
Comment out `query_snapshot_test.cc` for good measure.
var-const cd23164
Merge branch 'mrschmidt/fieldvalue' of https://github.com/firebase/fi…
var-const 55e61ed
Make sure the CMake build uses the same Nanopb definitions as the iOS
var-const 268b1e9
Restore the commented out tests.
var-const e024ee1
Revert debugging changes
schmidt-sebastian 7899926
Merge branch 'mrschmidt/fieldvalue' of github.com:firebase/firebase-c…
schmidt-sebastian 2495ac3
Revert
schmidt-sebastian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"released": "8.3.0", | ||
"stable": "8.3.0", | ||
"head": "8.3.0" | ||
"released": "8.4.0", | ||
"stable": "8.4.0", | ||
"head": "8.4.0" | ||
} |
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is part of the version update that we want to release.