Highlights
- Pro
Block or Report
Block or report russellwheatley
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
662 contributions in the last year
Contribution activity
May 2022
Created 11 commits in 1 repository
Created a pull request in firebase/flutterfire that received 3 comments
fix(firebase_messaging): ensure silent foreground messages for iOS are called via event channel.
Description see title. Related Issues fixes #8548 Checklist Before you create this PR confirm that it meets all requirements listed below by checki…
+8
−4
•
3
comments
Opened 13 other pull requests in 2 repositories
firebase/flutterfire
4
open
7
merged
1
closed
- feat(firebase_firestore): upgrade to web v9 sdk
-
fix(firebase_dynamic_links):
getInitialLink()returnsnullon 2nd call. - feat: bump Firebase Android SDK to 30.0.0
- chore: add publish docs step back to CI workflow.
- feat: Bump Firebase iOS SDK to 9.0.0.
- chore: remove web CI workflows with documentation move.
-
refactor(firebase_analytics): remove deprecated
Tasks.callfor android and replace withTaskCompletionSource. -
refactor(firebase_crashlytics): remove deprecated
Tasks.callfor android and replace withTaskCompletionSource. -
refactor(firebase_core): remove deprecated
Tasks.callfor android and replace withTaskCompletionSource. -
fix(firebase_crashlytics): symlink
ExceptionModel_Platform.hto macOS. - docs: Update CONTRIBUTING.md release process.
- chore(release): prepare for release
invertase/flutterfire_cli
1
open
Reviewed 20 pull requests in 1 repository
firebase/flutterfire
20 pull requests
- docs(firebase_app_check): add stub documentation about debug provider
- docs(firestore_odm): fix Firestore ODM readme broken link.
- refactor(cloud_firestore_platform_interface): fix analyzer issues introduced in Flutter 3.0.0
-
docs(firebase_auth): use
constinstead offinalfor generating nonce -
docs: use
dart pubinstead ofpubinCONTRIBUTING.md -
fix(flutterfire_ui): use
EmailVerificationScreen.actionCodeSettings& and fixflutter analyzewith Flutter 3.0.0 - refactor(firebase_dynamic_links_platform_interface): fix analyzer issue introduced in Flutter 3.0.0
- refactor(firebase_auth_platform_interface): fix analyzer issues introduced in Flutter 3.0.0
- refactor(firebase_database_platform_interface): fix analyzer issue introduced in Flutter 3.0.0
-
ci: add
CADisableMinimumFrameDurationOnPhonetotests/ios/Info.plistto fixiosworkflow -
docs: use
dart pubinstead ofpubinmelos.yaml - fix: update firebase_auth example to not be dependent on an emulator
- docs: Add setup docs from firebase.google.com
- docs: Copy FlutterFire UI & ODM docs to package dirs
- docs: Move firebase.google.com content to GitHub
- docs: Redirect from firebase.flutter.dev to firebase.google.com
-
feat(ui): add styling APIs
FlutterFireUIThemeandFlutterFireUIStyle - docs: Update CONTRIBUTING.md release process.
- fix(ui): set the default variant of LoadingButton to outlined (#8443)
-
feat(android,core): allow initializing default Firebase apps via
FirebaseOptions.fromResourceon Android