Skip to content

Renamed Project IDX to Firebase Studio #6849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/250-postgres/1100-integrations/300-idx.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: 'IDX'
metaTitle: 'Use Prisma Postgres in Project IDX'
metaDescription: 'Learn how to use Prisma Postgres in the online Project IDX browser IDE.'
title: 'Firebase Studio'
metaTitle: 'Use Prisma Postgres in Firebase Studio'
metaDescription: 'Learn how to use Prisma Postgres in the online Firebase Studio.'
tocDepth: 3
toc: true
---


## Overview

If you want to explore Prisma Postgres without leaving your browser, you can try it out the via Google's [Project IDX](https://idx.google.com/), a fully-fledged online IDE:
If you want to explore Prisma Postgres without leaving your browser, you can try it out the via Google's [Firebase Studio](https://studio.firebase.google.com/), a fully-fledged online IDE:

1. Open the [**Prisma**](https://pris.ly/idx-starter) template.
1. Select **Prisma Postgres** as your database.
1. Give a **Name** to your workspace and click the **Create** button.
1. Wait until the IDX workspace has initialized and then follow the instructions in the README.
1. Wait until the Firebase Studio workspace has initialized and then follow the instructions in the README.
2 changes: 1 addition & 1 deletion content/250-postgres/1100-integrations/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Integrations'
metaTitle: '3rd-Party Integrations for Prisma Postgres'
metaDescription: 'Learn about 3rd-party integrations to use Prisma Postgres, like Netlify, Vercel and IDX..'
metaDescription: 'Learn about 3rd-party integrations to use Prisma Postgres, like Netlify, Vercel and Firebase Studio...'
hide_table_of_contents: true
---

Expand Down
Loading