A Pen by Jorge Luís on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GOOGLE_SERVICE_ACCOUNT_JSON={"type":"service_account","project_id":"my-project-id",...} | |
| // Copy this entire JSON as a minified string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // rota '/register' | |
| export default async function Register(){ | |
| const router = useRouter() | |
| const id = router.query.q | |
| console.log(id) | |
| return( | |
| // ...JSX aqui |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const property = [ | |
| { | |
| title: "Casa no centro", | |
| about: | |
| "Imóvel localizado em Itapoá próximo ao Farol, ponto turístico da cidade. Casa de madeira com dois quartos, banheiro, cozinha e garagem para dois carros cobertos e um amplo quintal á 100 metros da praia", | |
| tags: ["casa", "3 quartos", "condominio", "casa no centro"], | |
| images: [ | |
| { | |
| frontCover: true, | |
| url: "https://images.pexels.com/photos/14262218/pexels-photo-14262218.jpeg", |