feat: implementation of modular Test Harness UI and native signal refinements#36
Closed
egiray wants to merge 7 commits into
Closed
feat: implementation of modular Test Harness UI and native signal refinements#36egiray wants to merge 7 commits into
egiray wants to merge 7 commits into
Conversation
…heck This signal is iOS-only (APN = Apple Push Notifications). Connecting it unconditionally on Android throws a script error that halts plugin initialization for all subsequent plugins in the same function.
Crashlytics requires the com.google.firebase.crashlytics Gradle plugin to be applied at build time so it can inject a build UUID into the APK. Without it the app crashes at launch with 'The Crashlytics build ID is missing'. The export plugin now patches settings.gradle and build.gradle automatically when firebase/enable_crashlytics is true, so users do not have to edit the Android build template manually.
…aging, and Crashlytics infrastructure
…ng native success signals
Contributor
|
Hi. The gradle |
Contributor
Author
|
I am closing this PR. Since I've updated and made a bigger PR: |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR implements a modular, dashboard-style UI for the Firebase Test Harness. It overhauls the previous monolithic script into a clean ViewStack architecture, allowing each Firebase module (Analytics, Messaging, Remote Config, etc.) to have its own dedicated, isolated interface.
Key Features
ViewStacknode for efficient context switching between modules.Dependencies & Context
Important
This PR is Phase 2 of the modernization roadmap. It is built directly on top of PR #34 (Shared Foundation).
Please ensure PR #34 is merged first, as this PR depends on the shared base setup and versioning introduced there.
Modernization Roadmap
Testing Performed