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
Speaking as a fairly new next.js user, the documentation I'm looking for for Firebase is:
Static files served by Firebase Hosting.
Non-static served by cloud functions.
This is confusing:
The goal is to host the Next.js app on Firebase Cloud Functions with Firebase Hosting rewrite rules so our app is served from our Firebase Hosting URL. Each individual page bundle is served in a new call to the Cloud Function which performs the initial server render.
Doesn't sound like what I'm looking for, since I think it's saying that it's going to serve everything from cloud functions. (Also, the phrase "page bundle" never appears anywhere else in node.js documentation.)
This discussion was converted from issue #17031 on September 12, 2020 13:51.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Speaking as a fairly new next.js user, the documentation I'm looking for for Firebase is:
This is confusing:
Doesn't sound like what I'm looking for, since I think it's saying that it's going to serve everything from cloud functions. (Also, the phrase "page bundle" never appears anywhere else in node.js documentation.)
Beta Was this translation helpful? Give feedback.
All reactions