This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Add migration docs #399
Merged
Merged
Add migration docs #399
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
9ea4f2c
Add migrations:
1092b84
Start work on Firebase docs
PineappleIOnic 7e10cc9
Did some formatting
a76e1ea
Added instructions for setup to include adding platforms
b4fb738
Add docs for cloud to local and visa-versa
PineappleIOnic 573755c
Fix cloud -> local
b844531
Complete appwrite->appwrite guides
46ffc50
Add NHost and Supabase Docs
PineappleIOnic 7d7c029
update index to have all pages
fc5ba40
Fix ordered list tags and headings
4b51858
Fix migrations index
3b7d63e
Fix language in migration guides for firebase, supabase, and nhost
1819b32
Fixed code tags in local to cloud page
7d3c347
Merge Bradley's PR into mine!
30bc686
Fix titles in index
1b974fe
Fix missing ul tag in index
fd8e391
Don't use images and emojis for Appwrite migration docs
e6f2aac
Reformat support table to be in overview
7de3dd7
Instead of not support, call it manual
1d465e5
Change partial to yellow
2b868da
Add alot more details around service account key creation
PineappleIOnic 3596659
Merge branch 'feat-migration' into feat-migration-bradley
PineappleIOnic f7fe08e
Update app/views/docs/migrations-firebase.phtml
255224e
Update app/views/docs/migrations-firebase.phtml
d33d223
Update app/views/docs/migrations-firebase.phtml
6f67e62
Update app/views/docs/migrations-firebase.phtml
124826a
fix some style and grammar
d782600
Merge pull request #420 from appwrite/feat-migration-bradley
eaa9683
Update app/views/docs/migrations-supabase.phtml
f6dff91
Update app/views/docs/migrations-cloud-to-local.phtml
5430008
Update app/views/docs/migrations-cloud-to-local.phtml
635ee8d
Update app/views/docs/migrations-cloud-to-local.phtml
47dd217
Update app/views/docs/migrations-cloud-to-local.phtml
3cdd52d
Update app/views/docs/migrations-cloud-to-local.phtml
98f2b36
Update app/views/docs/migrations-cloud-to-local.phtml
0960769
Update app/views/docs/migrations-local-to-cloud.phtml
b8d7caf
Update app/views/docs/migrations-local-to-cloud.phtml
d21952e
Update app/views/docs/migrations-local-to-cloud.phtml
d186876
Update app/views/docs/migrations-local-to-cloud.phtml
3b6ca9a
Update app/views/docs/migrations-local-to-cloud.phtml
70d285e
Update app/views/docs/migrations-local-to-cloud.phtml
7051886
Update app/views/docs/migrations.phtml
645eb61
Update app/views/docs/migrations.phtml
6ddde09
Update app/views/docs/migrations-nhost.phtml
7e06a30
Update app/views/docs/migrations-supabase.phtml
bf58e0f
Update app/views/docs/migrations-firebase.phtml
2e5216e
Resolve conflicts with upstream
eb9d20a
Address matej's comments
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<p> | ||
[TODO: Bradley try to fill this in with necessary information + limitations] | ||
</p> |
Empty file.
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<p> | ||
Moving your app from another platform to Appwrite? | ||
You can move your app from Firebase, Supabase, NHost, and even other Appwrite projects to another Appwrite project using Migrations. | ||
Migrations will automatically move accounts, database documents, and storage files from one source to another. | ||
</p> | ||
|
||
<h2><a href="#supported-sources" id="supported-sources">Supported sources</a></h2> | ||
<p> | ||
You can transfer from these sources to an Appwrite project. | ||
</p> | ||
|
||
<table cellspacing="0" cellpadding="0" border="0" class="full margin-bottom-large text-size-small vertical"> | ||
<thead> | ||
<tr> | ||
<th style="width: 80px"></th> | ||
<th style="width: 180px">Source</th> | ||
<th style="width: 120px"></th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
[IMAGE] | ||
</td> | ||
<td> | ||
Firebase | ||
</td> | ||
<td> | ||
<p><a href="/docs/migration-firebase"><i class="icon-angle-circled-right margin-start-negative-tiny margin-end-tiny"></i> Migrate from Firebase</a></p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
[IMAGE] | ||
</td> | ||
<td> | ||
Supabase | ||
</td> | ||
<td> | ||
<p><a href="/docs/migration-supabase"><i class="icon-angle-circled-right margin-start-negative-tiny margin-end-tiny"></i> Migrate from Supabase</a></p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
[IMAGE] | ||
</td> | ||
<td> | ||
NHost | ||
</td> | ||
<td> | ||
<p><a href="/docs/migration-nhost"><i class="icon-angle-circled-right margin-start-negative-tiny margin-end-tiny"></i> Migrate from NHost</a></p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<h2><a href="#limitations" id="limitations">Limitations</a></h2> | ||
<p> | ||
[TODO] @bradley help me out here. include performance, feature, all things annoying | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @PineappleIOnic here |
||
</p> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PineappleIOnic
This document should contain everything a user needs to know about migrating from Firebase to Appwrite, don't worry about looking pretty, get the information down first, we'll edit this and use flow as template for other providers