Firebase
Create a file src/firebase.ts to initialize your connection:
;
;
apiKey: "YOUR_API_KEY",
authDomain: "YOUR_PROJECT.firebaseapp.com",
projectId: "YOUR_PROJECT_ID",
storageBucket: "YOUR_PROJECT.appspot.com",
messagingSenderId: "...",
appId: "..."
};
;
;In src/App.tsx, we will fetch the list of pets from Firestore and display them.
;
;
;
;
;
;
petList;
};
;
},);
return
))}
</ul>
</div>
);
}
;Run the development server:
Estàs llegint una vista prèvia.
Inicia sessió amb Google per llegir la pàgina completa.
Inicia sessió amb GoogleAmb qualsevol compte de Google. Només et demanarem que acceptis les condicions del servei.