firebase / firebase/firebase-tools

How to specify the renderer to use when deploying Flutter projects to firebase

Open
#5,937 2 comments 17 reactions 0 assignees View on GitHub
integration: web frameworks type: question
Dominant language
TypeScript
Stars
4.5k
Forks
1.3k
Avg merge
1d 12h
Merged PRs (30d)
84

Description

### [REQUIRED] Environment info

**firebase-tools:12.3.0

**Platform:macOS

### [REQUIRED] Test case

### [REQUIRED] Steps to reproduce
1. Run `flutter create ` to create a Flutter app, then cd into the directory
2. Run `firebase experiments:enable webframeworks`
3. Run `firebase init hosting --project `, which will show a prompt

When running `firebase deploy`, How do I specify the renderer to use i.e a `firebase deploy` command that maps to `firebase deploy --renderer canvaskit`

### [REQUIRED] Expected behavior
Ability to specify the renderer to use and extra `flutter build web` parameters.

### [REQUIRED] Actual behavior
`firebase deploy --help` doesn't provide this info.

It would be nice if firebase deploy --help would show this information if it's possible.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.