mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #136] Migrating from Firebase (cloud functions) to AceBase #78
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @amitnil-dev on GitHub (Aug 10, 2022).
Original GitHub issue: https://github.com/appy-one/acebase/issues/136
Discussed in https://github.com/appy-one/acebase/discussions/125
Originally posted by amitnil-developer July 4, 2022
Greetings,
I have recently come across a situation where I need to migrate my webapp(angular, nodeJs) from FIrebase (cloud functions etc).. to MongoDb and I stumbled upon AceBase which by description looks perfect. Whats the best way to go about this.
Thanks
amit....
@appy-one commented on GitHub (Aug 15, 2022):
Hi Amit, sorry for replying so late, I've been on holiday! 🌴
Awesome you want to migrate to AceBase! I don't know what your particular usecase is, but much of AceBase's SDK is compatible with Firebase's realtime db Javascript SDK. One of the first steps you'd want to take is exporting your data from Firebase, and importing it into either a local AceBase database, or a remote AceBaseServer instance. Since you mentioned cloud functions, you probably want to run a Node.js app in the cloud or your own server: check out how to setup an AceBaseServer. You can use an AceBaseClient within your Angular app to connect to your server.
I am closing this issue, I'll copy this reply to your original discussion.
If you have more specific questions, don't hesitate to ask in that discussion. I'm happy to help!