What's the difference between google app engine and firebase?
290 views
Skip to first unread message
Lim Ta Sheng
unread,
May 26, 2016, 11:15:34 PM5/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
What's the difference between google app engine and firebase?
dinoboff
unread,
May 27, 2016, 9:21:43 AM5/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
GAE is an application platform, to host application backend. Firebase is a database that can be accessed directly from the client side (web, ios, Android...).
With Firebase you don't need to program a server side application just to store data.
Barry Hunter
unread,
May 27, 2016, 9:46:31 AM5/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
What's the difference between google app engine and firebase?
You could pretty much build Firebase itself with App Engine.
(DataStore for the actual data, Channel API for the server <-> client communication, static files, for the latest client serving. Integrate Cloud Storage (or the BlobStore !) to host user applications. )
Don't think it is in actual fact, but maybe parts of it are, who knows.
You couldn't really build App Engine with Firebase!
(doesnt directly answer the question, but serve to illustrate they are very different things)