Skip to content
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

🗄🔧 Firebase + GCP Cloud Functions #21

Closed
2 of 5 tasks
anishkny opened this issue Apr 22, 2017 · 13 comments
Closed
2 of 5 tasks

🗄🔧 Firebase + GCP Cloud Functions #21

anishkny opened this issue Apr 22, 2017 · 13 comments
Labels

Comments

@anishkny
Copy link
Member

anishkny commented Apr 22, 2017

Current Status

Todo:

  • 🏁 Fork the starter repo & post the link in this issue
  • 🎨 Create logo for repo & update issue status (@EricSimons)
  • 🔨 Implement all of Conduit's functionality per the spec & API
  • 👀 Peer review of final codebase by RealWorld admins & community (RFC)
  • 🎉 Tag v1 release, move repo to main org, and officially list it on the README!

My most favorite backend as a service! ☺️

@EricSimons
Copy link
Member

Mine too :) I'm wondering what the best way to implement the RealWorld spec w/ Firebase would be. Using the wrapper libraries like AngularFire, ReactFire, etc? Or do a lot of people use just the vanilla Firebase JS lib?

@anishkny
Copy link
Member Author

Personally I am a fan of VueJS and hence by extension VueFire, but that or AngularFire/ReactFire would be for the front end right?

I was thinking of implementing the backend API with a thin GCP Cloud Functions layer backed by Firebase. Since the spec backend API won't be supported out of the box by Firebase.

Btw, I am fairly new to GCP and backend work, but thought this would be a great way to teach myself. Also this is a such a great idea, thanks to you and the team for setting it up. It seems a natural progression from TodoMVC for the full stack! 💯

@EricSimons
Copy link
Member

EricSimons commented Apr 22, 2017

I hadn't even considered GCP Cloud + Firebase for hosting the backend API — that's an excellent idea. Wanna fork the starter repo and post the link back here so folks can watch/fork your work?

No sweat about being a newbie to GCP/backend btw, this whole project is just one giant learning exercise for all of us and we're all here to help each other :) Thank you for the kind words + jumping in to help expand this project! 🍻

@EricSimons EricSimons changed the title Firebase [Backend] Firebase + GCP Cloud Functions [Backend] Apr 22, 2017
@EricSimons
Copy link
Member

@anishkny I just created a logo that you can use for the readme:

firebase-gcp

@anishkny
Copy link
Member Author

Thanks for the logo!

Forked the starter & WIP: anishkny/realworld-firebase-gcp-cloud-functions

@EricSimons
Copy link
Member

EricSimons commented Apr 23, 2017

Just set up the Gitter chatroom for this! Lets do any collaborator coordination in there 👍

cc/ @anishkny

@EricSimons EricSimons changed the title Firebase + GCP Cloud Functions [Backend] 🗄🔧 Firebase + GCP Cloud Functions [Backend] Apr 24, 2017
@EricSimons EricSimons changed the title 🗄🔧 Firebase + GCP Cloud Functions [Backend] 🗄🔧 Firebase + GCP Cloud Functions Apr 24, 2017
@jamesbrewerdev
Copy link

Hey @anishkny! Any update on this? Anything we can do to help?

@anishkny
Copy link
Member Author

anishkny commented Apr 26, 2017

Updates: So far I have managed to setup the entry point handler with few routes implemented.

Meanwhile, Firebase database design is evolving in README.

Also setup an overall v1 tracker.

I am looking for collaborators, with interest shown from @romarioraffington and @rezn5447

@doowb
Copy link

doowb commented Apr 6, 2018

I just discovered this realworld project and started looking for firebase related projects and found this one. However, this is using Google Cloud Functions directly instead of using Firebase Cloud Functions (which run on top of GCF). Would it be out of scope if I created a parallel project using Firebase Cloud Functions to show the tools and patterns used for those? I think I could also contribute to some of the missing pieces here.

@anishkny
Copy link
Member Author

anishkny commented Apr 6, 2018

hi @doowb Firebase really shines when used as a Fullstack implementation, since it has mature JS APIs that plugin directly into the frontend codebase. Would you be interested in starting a new Firebase full stack repo? If so you can send a PR linking it here:

https://github.com/gothinkster/realworld#fullstack

I have sort of abandoned Firebase + Cloud Functions in favor of Datastore + Cloud Functions which is now feature complete.

@doowb
Copy link

doowb commented Apr 6, 2018

Hi @anishkny, I'd be happy to start a Firebase full stack repo. I'll create a new issue using the issue template when I create the repo.

@doowb doowb mentioned this issue Apr 10, 2018
5 tasks
@Cameron-C-Chapman
Copy link
Member

@anishkny Is this really still active? Can we go ahead and close it?

@anishkny
Copy link
Member Author

Abandoned in favor of GCP Cloud Functions + Datastore BE implementation. Please reopen if anyone else wants to work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants