tylermilner / VaporFirebaseDemo

A sample project showing how to connect server-side Swift Vapor to Firebase's Cloud Firestore database.
MIT License
9 stars 4 forks source link

Uplift to Vapor3 #1

Open dev4jam opened 6 years ago

dev4jam commented 6 years ago

Will there be any support for Vapor3?

tylermilner commented 6 years ago

Hi @dev4jam, thanks for checking out my repo. I'm working through the changes in Vapor 3 right now, trying to upgrade some of my other Swift servers to Vapor 3. I plan to get to this demo project eventually, but it probably won't be for another week or two.

If you need some examples of how Vapor 3 works, feel free to check out my RaiseYourHand repo, which is a Slack app that I'm actively converting from Vapor 2 to Vapor 3.