Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazeim committed Nov 24, 2023
1 parent e1df3da commit 75a0c84
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions api/data/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5925,11 +5925,6 @@ export const redirects = [
destination: "/web3-data-api/evm/integrations/aws-lambda-nodejs",
permanent: true,
},
{
source: "/web3-data-api/integrations/firebase-advanced-nodejs",
destination: "/web3-data-api/evm/integrations/firebase-advanced-nodejs",
permanent: true,
},
{
source: "/web3-data-api/integrations/firebase-nodejs",
destination: "/web3-data-api/evm/integrations/firebase-nodejs",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "AWS Lambda (NodeJS)"
slug: "aws-lambda-nodejs"
slug: "../aws-lambda-nodejs"
description: "This tutorial shows how to easily integrate our [NodeJS SDK](/web3-data-api/evm/moralis-sdk) with AWS Lambda. We're going to cover two ways of doing it:\n* Develop and deploy a [Lambda App with multiple functions](#lambda-app-with-multiple-functions).\n* Develop and deploy a [Lambda NodeJS Express API](#lambda-nodejs-express-api).\n\nTo make everything easier, we're going to use _[Serverless Framework](https://www.serverless.com/)_."
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Firebase Advanced (NodeJS)"
slug: "firebase-advanced-nodejs"
slug: "../firebase-advanced-nodejs"
description: "If you want to call the Moralis API from your frontend app, don't do this directly. Please note that your Moralis API key should be secured against theft or abuse. Almost anyone can extract your key by the HTTP monitor, even if your code is obfuscated. Thus, you should keep your API key secure on the backend. This tutorial demonstrates how you can do it for Firebase."
---

Expand All @@ -10,7 +10,7 @@ If you want to call the Moralis API from your frontend app, don't do this direct
<source src="/video/2815daf-firebase-proxy.mp4"/>
</video>

First, check out our tutorial, [Your First Dapp using Firebase](/streams-api/evm/streams-configuration/firebase), because, in this section, we won't explain the basics, such as "how to create a project", or "how to run the Firebase emulator".
First, check out our tutorial, [Your First Dapp using Firebase](/web3-data-api/evm/integrations/firebase-nodejs), because, in this section, we won't explain the basics, such as "how to create a project", or "how to run the Firebase emulator".

Moreover, in this tutorial, we will use three Firebase services:

Expand Down
2 changes: 1 addition & 1 deletion docs/01-web3-data-api/evm/integrations/firebase-nodejs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Firebase (NodeJS)"
slug: "firebase-nodejs"
slug: "../firebase-nodejs"
description: "Learn how to set up a Firebase dapp that can query blockchain data, such as NFTs, tokens, balances, transfers, transactions, and more, from any Firebase application. This tutorial works on almost any blockchain, including Ethereum, Polygon, BNB Chain, Avalanche, Cronos, and many more!"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you want to call the Moralis API from your frontend app, don't do this direct
<source src="/video/2815daf-firebase-proxy.mp4"/>
</video>

First, check out our tutorial, [Your First Dapp using Firebase](/streams-api/evm/streams-configuration/firebase), because, in this section, we won't explain the basics, such as "how to create a project", or "how to run the Firebase emulator".
First, check out our tutorial, [Your First Dapp using Firebase](/web3-data-api/evm/integrations/firebase-nodejs), because, in this section, we won't explain the basics, such as "how to create a project", or "how to run the Firebase emulator".

Moreover, in this tutorial, we will use three Firebase services:

Expand Down

0 comments on commit 75a0c84

Please sign in to comment.