This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Description
💭 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?
🏢 Have you read the Code of Conduct?