-
Couldn't load subscription status.
- Fork 4.1k
feat(database): add support for Pigeon. Update iOS to Swift and Android to Kotlin #17686
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
+8,093
−2,722
Open
Changes from all commits
Commits
Show all changes
120 commits
Select commit
Hold shift + click to select a range
abfdbc3
feat(database): add support for Pigeon. Update iOS to Swift and Andro...
MichaelVerdon 565df58
chore(ios): swift migration
MichaelVerdon 11cc69c
chore(macos): simlink macos
MichaelVerdon 3ee5d7d
chore: pigeon init and test fixes
MichaelVerdon 4c589bd
chore(android):tests
MichaelVerdon 0b87012
chore: compile sdk
MichaelVerdon 469ece2
chore: gradle android block
MichaelVerdon f57d002
chore: bump gradle
MichaelVerdon 3785dbf
chore: kotlin null handling
MichaelVerdon 4e4ad01
chore: more agp bumps
MichaelVerdon d642ac8
chore: refactor
MichaelVerdon 96e2afb
chore: android fix
MichaelVerdon e84d875
chore: typing issue
MichaelVerdon f2ce516
fix: try hash map
MichaelVerdon 329505b
fix: null handling
MichaelVerdon e548cc3
chore: revert changes
MichaelVerdon 3fbf6fb
chore: format all swift code
MichaelVerdon 8be2cee
chore: license headers
MichaelVerdon a3d313a
chore: kotlin format
MichaelVerdon 805c16d
chore: more swift format
MichaelVerdon 44a2d1b
feat: method channel to pigeon and generate pigeons
MichaelVerdon 0fc81fc
chore: pigeon for android
MichaelVerdon 34bb246
chore: migrate queryGet
MichaelVerdon 5fb241f
chore: android queryObserve to Pigeon
MichaelVerdon b4234fd
chore: Pigeon for swift iOS
MichaelVerdon a01c8ae
chore: migrate to Pigeons MacOS
MichaelVerdon dded446
chore: swift format
MichaelVerdon a6aa9d0
format: cpp format
MichaelVerdon 1de052c
chore: cpp format
MichaelVerdon 0b4011c
chore: dart format
MichaelVerdon 764f527
chore: swift format again
MichaelVerdon dba7394
chore: swift format messages
MichaelVerdon eda0ea9
chore: more swift format
MichaelVerdon 85d31b7
fix: analyze trailing commas
MichaelVerdon 28179a6
chore: format
MichaelVerdon 5ac0531
feat: Pigeon tests
MichaelVerdon b463fff
chore: format Pigeon tests
MichaelVerdon 80653fc
chore: remove unused var
MichaelVerdon e6c56ce
fix: trailing commas
MichaelVerdon afc4b33
fix: syntax error
MichaelVerdon b79daa6
fix: circular analyze issue
MichaelVerdon 56b5030
chore: format + analyze
MichaelVerdon 50a51b7
fix: await value in transaction
MichaelVerdon b5b616f
fix: Android errors
MichaelVerdon 9f767e9
chore: android fixes
MichaelVerdon 9e87a9a
fix: reference error
MichaelVerdon 41da35a
fix: android ref
MichaelVerdon 2bb3c5b
chore: android fix
MichaelVerdon 8d7c0de
chore: fix android transaction test
MichaelVerdon e7bc07c
chore: transaction return type
MichaelVerdon c59117f
chore: setPriority test fix
MichaelVerdon d7b379c
chore: more exception bugs
MichaelVerdon cab18bf
chore: attempted android bug fixes
MichaelVerdon ed8241a
fix: hold issue
MichaelVerdon 3cc34c1
fix: restore transaction
MichaelVerdon 1aaa12b
chore: revert thread approach
MichaelVerdon 280c015
chore: setPriority callback based
MichaelVerdon 0fdc7a0
fix: callback approach for runTransaction
MichaelVerdon a996cb8
fix: transaction return
MichaelVerdon 0efe95c
fix: permission andling transaction
MichaelVerdon 487a50d
fix: attempt transaction fix hold
MichaelVerdon 1513647
fix: transaction
MichaelVerdon 2bec9ca
chore: semaphores
MichaelVerdon 8898ae5
chore: undo semaphore
MichaelVerdon c49642f
chore: stream handling
MichaelVerdon 283cf5c
fix: query fixes
MichaelVerdon 9b219db
chore: fix limit bugs
MichaelVerdon ab9beaa
fix: orderbyChild
MichaelVerdon a4e2218
chore: skip failing test for now
MichaelVerdon 8782aef
chore: test query fixes
MichaelVerdon 7f0ae97
chore: transaction
MichaelVerdon 70b9b12
chore: remove redundant print
MichaelVerdon 749c33d
fix: some runTransaction tests fixed, type error
MichaelVerdon 289cab1
fix: getDatabaseFromPigeon
MichaelVerdon c00af59
fix: android perms for transaction
MichaelVerdon 49476dc
fix: improve error handling and formatting in FirebaseDatabasePlugin
SelaseKay 9b6aa49
chore: cleanup e2e
MichaelVerdon 38c7092
chore: revert query test changes
MichaelVerdon e97a147
chore: revert query changes
MichaelVerdon 1bb6a36
Merge remote-tracking branch 'origin/main' into database-migrations-p...
MichaelVerdon 75056d6
chore: debug ios failure in CI
MichaelVerdon ded892c
chore: revert e2e
MichaelVerdon 6f177a4
chore: debug ios
MichaelVerdon 2beb23f
chore: skip flaky mac tests
MichaelVerdon 8132109
chore: skip flaky android tests
MichaelVerdon 233ede0
chore: correct skip logic
MichaelVerdon 0cdc0e3
chore: more test skips
MichaelVerdon d8ca3f1
fix: revert skip
MichaelVerdon 4d16503
chore: refactor skip logic
MichaelVerdon 992a3d4
chore: undo skip
MichaelVerdon f778d16
chore: supress database tests as test
MichaelVerdon 1ae5932
chore: skip more flaky tests
MichaelVerdon b5db174
chore: unsuppress database tests
MichaelVerdon 4e30dbd
chore: skip broken tests
MichaelVerdon fd0cbfb
fix: fix some ios transaction and error bugs
MichaelVerdon fa047f8
fix: ios queries
MichaelVerdon 720e51a
fix: macos queries
MichaelVerdon 268635e
fix: format and skip odd test
MichaelVerdon 89c0d22
fix: trailing comma
MichaelVerdon d50373b
chore: skip flaky windows test
MichaelVerdon 6188442
fix: ios/macos persistence argument error
MichaelVerdon da3cb36
chore: unskip tests
MichaelVerdon d4a0fd1
fix: transaction error return
MichaelVerdon 2402233
chore: remove comment
MichaelVerdon 5e2141a
chore: remove redundent checks
MichaelVerdon a9dddf9
Update packages/firebase_database/firebase_database/android/src/main/...
MichaelVerdon 859cb5a
fix: correct ios logic in spec and plugin
MichaelVerdon 4486618
fix: ios macos constants
MichaelVerdon 7678335
fix: podspec
MichaelVerdon b862e18
fix: iosmacos channel name
MichaelVerdon 08184bf
chore: remove windows
MichaelVerdon c374bff
chore: revert index logic
MichaelVerdon 688d0bf
chore: remove database hostapi and put into databaseplugin
MichaelVerdon a094d90
chore: format
MichaelVerdon e448923
chore: follow pigeon design pattern
MichaelVerdon 7004374
chore: revert last commit
MichaelVerdon 60e6dd7
chore: follow design pattern for pigeon api usage
MichaelVerdon 5d6fe0e
chore: format
MichaelVerdon 0989539
chore: format
MichaelVerdon 88a0149
database(macos): use relative symlinks to iOS Swift sources
MichaelVerdon 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
11 changes: 11 additions & 0 deletions
packages/firebase_database/analysis_options.yaml
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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Copyright 2025 The Chromium Authors. All rights reserved. | ||
| # Use of this source code is governed by a BSD-style license that can be | ||
| # in the LICENSE file. | ||
|
|
||
| include: ../../analysis_options.yaml | ||
|
|
||
| analyzer: | ||
| exclude: | ||
| - firebase_database_platform_interface/lib/src/pigeon/messages.pigeon.dart | ||
| - firebase_database_platform_interface/test/pigeon/test_api.dart | ||
| - firebase_database_platform_interface/pigeons/messages.dart |
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
47 changes: 0 additions & 47 deletions
...database/android/src/main/java/io/flutter/plugins/firebase/database/ChildEventsProxy.java
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
...rebase_database/android/src/main/java/io/flutter/plugins/firebase/database/Constants.java
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
...tabase/android/src/main/java/io/flutter/plugins/firebase/database/EventStreamHandler.java
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
...base_database/android/src/main/java/io/flutter/plugins/firebase/database/EventsProxy.java
Oops, something went wrong.
Oops, something went wrong.
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.