You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,14 @@
29
29
30
30
This repository is maintained by Googlers but is not a supported Firebase product. Issues here are answered by maintainers and other community members on GitHub on a best-effort basis.
31
31
32
+
# Enable framework-awareness
33
+
34
+
This is an experimental addon to the Firebase CLI to add web framework support, to enable it call the following:
35
+
36
+
```shell
37
+
firebase --open-sesame frameworkawareness
38
+
```
39
+
32
40
# Deploy Next.js
33
41
34
42
Easily deploy your Next.js application to Firebase and serve dynamic content to your users.
0 commit comments