Skip to content

Commit 2a30b5d

Browse files
authored
Clarifying what the CLI does with dynamic content on next.js (per customer feedback). (#6093)
1 parent eab7913 commit 2a30b5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/frameworks/docs/nextjs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ and [getStaticPaths](https://nextjs.org/docs/basic-features/data-fetching/get-st
7171

7272
The {{firebase_cli}} will detect usage of
7373
[getServerSideProps](https://nextjs.org/docs/basic-features/data-fetching/get-server-side-props).
74+
In such cases the {{cli}} will deploy functions to {{cloud_functions_full}} to run dynamic
75+
server code. You can view information about these functions, such as their domain and runtime configuration, in the [Firebase console](https://console.firebase.google.com/project/_/functions).
76+
7477

7578
## Configure {{hosting}} behavior with `next.config.js`
7679

0 commit comments

Comments
 (0)