Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

📚 Documentation: In Migration for firebase, Account credentials is not clearly explained #435

Closed
2 tasks done
xuelink opened this issue Sep 22, 2023 · 1 comment
Closed
2 tasks done
Labels
documentation Improvements or additions to documentation

Comments

@xuelink
Copy link

xuelink commented Sep 22, 2023

💭 Description

Migration from firebase, Account credentials is not clearly explained in docs.

This is form-header
Select a source platform with the project you want to migrate. Learn about which platforms are supported.

There is no sample credentials that i can copy and paste from firebase.

const firebaseConfig = {
  apiKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  authDomain: "xxxxxxxxxxxxx.firebaseapp.com",
  databaseURL: "https://xxxxxxxxxxxx-default-rtdb.europe-west1.firebasedatabase.app",
  projectId: "xxxxxxxxxxxx",
  storageBucket: "xxxxxxxxxxx.appspot.com",
  messagingSenderId: "xxxxxxxxxxxx",
  appId: "1:xxxxxxxxxx:web:xxxxxxxxxxxxxxxx",
  measurementId: "G-XXXXXXXXXX"
};

which part or which variables or which lines i have to paste to find correct match that i can pass this form to start migration. Personally i could not find. Tried json format, single lines with \n or comma. And also i think some of them appwrite does not need such as measurementId

There is no detailed explanation in this link unfortunately for the migration from firebase.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@xuelink xuelink added the documentation Improvements or additions to documentation label Sep 22, 2023
@xuelink
Copy link
Author

xuelink commented Sep 22, 2023

Found this one, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant