https://github.com/gameworkstore/com.google.firebase.remote-config
Wrapper over original package distribution. This repository replicates the licence terms of his original distribution location. For more information check https://firebase.google.com/terms and https://firebase.google.com/support/release-notes/unity
https://github.com/gameworkstore/com.google.firebase.remote-config
Last synced: 2 months ago
JSON representation
Wrapper over original package distribution. This repository replicates the licence terms of his original distribution location. For more information check https://firebase.google.com/terms and https://firebase.google.com/support/release-notes/unity
- Host: GitHub
- URL: https://github.com/gameworkstore/com.google.firebase.remote-config
- Owner: GameWorkstore
- License: apache-2.0
- Created: 2021-05-21T21:14:30.000Z (about 5 years ago)
- Default Branch: upm
- Last Pushed: 2026-04-22T11:41:06.000Z (2 months ago)
- Last Synced: 2026-04-22T13:26:03.241Z (2 months ago)
- Homepage:
- Size: 49.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Get Started with Firebase Remote Config
=======================================
Thank you for installing the Firebase Remote Config Unity SDK. The
[Remote Config guide](https://firebase.google.com/docs/remote-config/use-config-unity)
provides instructions to configure a Unity project.
# Overview
You can use
[Firebase Remote Config](https://firebase.google.com/products/remote-config/)
to define parameters in your app and update their values in the cloud, allowing
you to modify the appearance and behavior of your app without distributing an
app update. The Remote Config library is used to store in-app default parameter
values, fetch updated parameter values from the service, and control when
fetched values are made available to your app.
# Using the Sample
This SDK is distributed with a sample project under the
`Assets/Firebase/Sample/RemoteConfig` directory. To configure and run the
sample, follow the instructions in
`Assets/Firebase/Sample/RemoteConfig/readme.md`.
# Demos
[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo
which showcases the integration of multiple Firebase features within a single
game. The source is available on
[GitHub](https://github.com/google/mechahamster), and the live application
is available for iOS on the
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
and for Android on the
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].
# Links
* [Homepage](https://firebase.google.com/games/)
* [Contact](https://firebase.google.com/support/contact/)
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
# Discussion
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
* [Slack community](https://firebase-community.slack.com/)
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)