@peterfriese Do you have some comparison information of Vapor / Swift on Server vs Firebase? Does it even make sense to perform a comparison, are the two platforns competitors in the same domain?
@pietsous it really depends on what you want to do. Firebase is a BaaS with 20+ different services you can tap into. You can use Cloud Functions for Firebase (we support JS/TS, and Python at the moment) to build serverless backends for your app(s) that use those services. Vapor is a framework for building servers, backends, and APIs - not a platform.
Can you provide more context on what you’re looking to achieve?