Tagged “firestore”
-
Remix - Deploying to Vercel (Part 5)
Okay, we've made it to the final part of this Remix series - deployment. Remix comes with many ready-to-ship options for several hosting platforms or services. I chose Vercel for deployment today, but the application should be deployable to any platform or host that supports Node applications. -
Remix - Deploying to Google App Engine (Part 4)
Long story short, I didn't get the application to deploy to Google App Engine (GAE). GAE ran into problems with the postinstall script (which was corrected) and then was unable to find and run node. I spent some time digging into the guts of Remix to try to find a solution, but it's the holiday season, and I don't want to spend any more time on this right now than I have to. -
Remix - Firestore Integration (Part 3)
Welcome back! Let's jump right back into the build. In this session, we're going to add Firestore access to our application. For testing, let's install the local Firestore Emulator. Run the Firebase init script and you should be presented with the ability to add Firestore Emulator to the project (Authentication Emulator should
See all tags.