Server-side Rendering (SSR)
Every visit to this page triggers getServerData(). Gatsby Firebase adapter executes that handler in a Cloud Function, fetches fresh data from Dog CEO, and streams the HTML response back through Firebase Hosting.
{
"dogUrl": "https://images.dog.ceo/breeds/terrier-sealyham/n02095889_6436.jpg",
"status": "success",
"fetchedAt": "2026-09-09T13:48:57.037Z"
}
Rendered at: 9/9/2026, 1:48:57 PM
Refresh the page to trigger a new Cloud Function invocation and fetch another photo.