-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: firebase/quickstart-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: firebase/quickstart-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: compose
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 42 files changed
- 5 contributors
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ce11bc - Browse repository at this point
Copy the full SHA 3ce11bcView commit details
Commits on Nov 7, 2022
-
Merge branch 'master' of github.com:firebase/quickstart-android into …
…compose � Conflicts: � admob/app/build.gradle � analytics/app/build.gradle � appdistribution/app/build.gradle � auth/app/build.gradle � crash/app/build.gradle � database/app/build.gradle � dynamiclinks/app/build.gradle � functions/app/build.gradle � inappmessaging/app/build.gradle � messaging/app/build.gradle � perf/app/build.gradle � storage/app/build.gradle
Configuration menu - View commit details
-
Copy full SHA for a6b178f - Browse repository at this point
Copy the full SHA a6b178fView commit details
Commits on Dec 1, 2022
-
Merge branch 'master' of github.com:firebase/quickstart-android into …
…compose � Conflicts: � admob/app/build.gradle � analytics/app/build.gradle � appdistribution/app/build.gradle � auth/app/build.gradle � crash/app/build.gradle � database/app/build.gradle � dynamiclinks/app/build.gradle � inappmessaging/app/build.gradle � perf/app/build.gradle � storage/app/build.gradle
Configuration menu - View commit details
-
Copy full SHA for 614ec2c - Browse repository at this point
Copy the full SHA 614ec2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87862d3 - Browse repository at this point
Copy the full SHA 87862d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8cb803 - Browse repository at this point
Copy the full SHA e8cb803View commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8a6da57 - Browse repository at this point
Copy the full SHA 8a6da57View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5530cd - Browse repository at this point
Copy the full SHA f5530cdView commit details
Commits on Feb 10, 2023
-
Create Remote Config quickstart in Compose (#1450)
* Added compose Added compose as an option to use Firebase * Added Firebase Config Added Firebase Config functionality * Added initial PR changes Added initial PR changes that Rosário had mentioned. * Updated MainAppView Combined the text and button into the parent composable function * move Firebase logic to RemoteConfigViewModel * Updated imports Updated the MainComposeActivity.kt to remove the wildcard imports and replaced with the appropriate ones * Corrected exceeded max line length error Corrected exceeded max line length error by putting the comment under the code. Corrected build.gradle code to have proper syntax * Updated MainComposeAcitvity.kt Updated MainComposeAcitvity.kt to correct lint error * create RemoteConfigViewModel.Factory to inject VM dependencies A couples of things happened here: - Renamed `fetchConfig()` to `fetchRemoteConfig()` - Created ViewModel Factory to help inject VM dependencies - Moved FirebaseRemoteConfig initialization to the ViewModel (The UI now calls these methods when the screen is created, through a DisposableEffect) - The default value from the XML file is now shown when the screen is first shown * use the same ViewModel in the Kotlin+XML Activity * use Coroutines to fetch remote config instead of OnCompleteListener * add all caps and loading phrase parameters * delete snippets from java MainActivity * chore: update ktlint version * Updated MainComposeActivity Restructured the UI by implementing Scaffold * Added right imports Added scaffold and fillMaxWidth imports. Currently having issues with the Scaffold and the experimental wanting it to use wildcard statements * Migrated from Material 3 to Material 2 Migrated the code from Material 3 to 2. Also updated Gradle file to use Compose 1.3 * Added snackbar Added snackbar when config button is pressed. * androidx.compose.material.Text --> Text --------- Co-authored-by: rosariopf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 531aae6 - Browse repository at this point
Copy the full SHA 531aae6View commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b634e62 - Browse repository at this point
Copy the full SHA b634e62View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c3e5e5 - Browse repository at this point
Copy the full SHA 8c3e5e5View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f57919 - Browse repository at this point
Copy the full SHA 8f57919View commit details
Commits on Mar 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 54f2d2c - Browse repository at this point
Copy the full SHA 54f2d2cView commit details -
Merge branch 'master' of github.com:firebase/quickstart-android into …
…compose # Conflicts: # admob/app/build.gradle # admob/app/src/main/java/com/google/samples/quickstart/admobexample/EntryChoiceActivity.kt # admob/build.gradle # analytics/app/build.gradle # analytics/build.gradle # appdistribution/app/build.gradle # appdistribution/app/src/main/java/com/google/firebase/appdistributionquickstart/EntryChoiceActivity.kt # appdistribution/build.gradle # auth/app/build.gradle # auth/build.gradle # build.gradle # config/app/build.gradle # config/app/src/main/java/com/google/samples/quickstart/config/EntryChoiceActivity.kt # config/app/src/main/java/com/google/samples/quickstart/config/kotlin/MainActivity.kt # config/build.gradle # config/gradle.properties # crash/app/build.gradle # crash/build.gradle # database/app/build.gradle # database/build.gradle # dynamiclinks/app/build.gradle # dynamiclinks/app/src/main/AndroidManifest.xml # dynamiclinks/app/src/main/java/com/google/firebase/quickstart/deeplinks/EntryChoiceActivity.kt # dynamiclinks/app/src/main/java/com/google/firebase/quickstart/deeplinks/java/MainActivity.java # dynamiclinks/app/src/main/java/com/google/firebase/quickstart/deeplinks/kotlin/MainActivity.kt # dynamiclinks/build.gradle # dynamiclinks/gradle.properties # firestore/app/build.gradle # firestore/build.gradle # functions/app/build.gradle # functions/build.gradle # inappmessaging/app/build.gradle # inappmessaging/app/src/main/java/com/google/firebase/fiamquickstart/EntryChoiceActivity.kt # inappmessaging/app/src/main/java/com/google/firebase/fiamquickstart/kotlin/KotlinMainActivity.kt # inappmessaging/build.gradle # inappmessaging/gradle.properties # messaging/app/build.gradle # messaging/build.gradle # perf/app/build.gradle # perf/build.gradle # storage/app/build.gradle # storage/build.gradle
Configuration menu - View commit details
-
Copy full SHA for 864d835 - Browse repository at this point
Copy the full SHA 864d835View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...compose