Yuangwang

Results 10 issues of Yuangwang

### Description Fixes issue where blocked uploads from the android sdk crash the storage emulator ### Scenarios Tested Tested manually from the android sdks and modified integration tests to accommodate...

Add validations check that the output bundle generated is as expected

Currently the nextjs adapter doesn't work if the app is built using yarn plug n play, this fixes that.

Adds additional logic in publishing flow so that releases to the build adapter can only be published from the appropriate branch. For example adapter-nextjs-v14.0.1 can only be released from the...

### Description Have the web frameworks astro framework support be pulled in from the apphosting adapter. This is the companion pr for https://github.com/FirebaseExtended/firebase-framework-tools/pull/195, https://github.com/FirebaseExtended/firebase-framework-tools/pull/195 should be merged in before this...

Migrate the logic from web framework into an adapter that is published to npm. Goes together with this pr https://github.com/firebase/firebase-tools/pull/7210. This current pr should be merged in before https://github.com/firebase/firebase-tools/pull/7210 is...

Adding a pull request template

Adds support for Astro in Firebase App Hosting. To use follow these instructions: 1. Install the @apphosting/astro-adapter Astro adapter with the following command in your terminal: `npx astro add @apphosting/astro-adapter`...