Skip to content

feat(remote-config): add setDefaults#970

Merged
robingenz merged 1 commit intocapawesome-team:mainfrom
jacobg:remote-config-set-defaults
Apr 1, 2026
Merged

feat(remote-config): add setDefaults#970
robingenz merged 1 commit intocapawesome-team:mainfrom
jacobg:remote-config-set-defaults

Conversation

@jacobg
Copy link
Copy Markdown
Contributor

@jacobg jacobg commented Apr 1, 2026

closes #263

Pull request checklist

Please check if your PR fulfills the following requirements:

  • The changes have been tested successfully.
  • A changeset has been created (npm run changeset).
  • I have read and followed the pull request guidelines.

@jacobg jacobg force-pushed the remote-config-set-defaults branch from 49cff53 to 174de0a Compare April 1, 2026 12:21
@jacobg
Copy link
Copy Markdown
Contributor Author

jacobg commented Apr 1, 2026

@robingenz Thanks, pushed rebased update with your suggestions

@jacobg jacobg changed the title implement remote config setDefaults feat(remote-config): add setDefaults Apr 1, 2026
@jacobg jacobg requested a review from robingenz April 1, 2026 12:44
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 1, 2026

Open in StackBlitz

@capacitor-firebase/analytics

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/analytics@970

@capacitor-firebase/app

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/app@970

@capacitor-firebase/app-check

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/app-check@970

@capacitor-firebase/authentication

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/authentication@970

@capacitor-firebase/crashlytics

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/crashlytics@970

@capacitor-firebase/firestore

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/firestore@970

@capacitor-firebase/functions

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/functions@970

@capacitor-firebase/messaging

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/messaging@970

@capacitor-firebase/performance

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/performance@970

@capacitor-firebase/remote-config

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/remote-config@970

@capacitor-firebase/storage

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/storage@970

commit: 174de0a

Copy link
Copy Markdown
Member

@robingenz robingenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please test the dev build and make sure everything works as expected. Ping me once that's done. 🙌🏻

@jacobg
Copy link
Copy Markdown
Contributor Author

jacobg commented Apr 1, 2026

Please test the dev build and make sure everything works as expected. Ping me once that's done. 🙌🏻

@robingenz Are you saying I should build and install into my app from local path?

@robingenz
Copy link
Copy Markdown
Member

@jacobg No, just install the pre-release, see #970 (comment)

@jacobg
Copy link
Copy Markdown
Contributor Author

jacobg commented Apr 1, 2026

@jacobg No, just install the pre-release, see #970 (comment)

ah, got it, thanks!

@jacobg
Copy link
Copy Markdown
Contributor Author

jacobg commented Apr 1, 2026

npm i https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/remote-config@970

@robingenz Tested in both my iOS and Android apps, and works great! 😄

@jacobg jacobg requested a review from robingenz April 1, 2026 16:35
@robingenz
Copy link
Copy Markdown
Member

@jacobg Awesome, thank you for contributing!

@robingenz robingenz merged commit a031d71 into capawesome-team:main Apr 1, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(remote-config): support default values

2 participants