DEV Community

Edmund 🚀
Edmund 🚀

Posted on

What can I build with Vue and Firebase?

I'm all out of ideas, I need to get busy with a project to improve my firebase skills, I need to build something with Vue and Firebase, got any ideas please?

Top comments (2)

Collapse
 
arivictor profile image
Ari V

I built a temporary file sharer.

  • User uploads a file
  • File gets saved to a private bucket on Google Cloud
  • User is given a unique URL to access the file
  • File is accessible for upto 24 hours
  • All this information is saved in Firestore (aka Firebase database)

gumdesk.com

It's a rough work in progress and not very mobile friendly yet.

Collapse
 
liyasthomas profile image
Liyas Thomas

Postwoman - A free, fast & beautiful API request builder (web alternative to Postman)

GitHub logo liyasthomas / postwoman

👽 A free, fast & beautiful API request builder (web alternative to Postman) https://postwoman.io 🔥

Postwoman.io logo

A free, fast & beautiful API request builder

Web alternative to Postman - Helps you create requests faster, saving precious time on development - Subscribe

Travis Build Status GitHub release Website Contributions welcome Financial Contributors on Open Collective Donate on PayPal Chat on Telegram Chat on Discord Tweet


Built with ❤︎ by
liyasthomas and
contributors




Read: Story behind Postwoman, Postwoman v1.0

Chat: Telegram, Discord

Donate: PayPal, Open Collective, Patreon


Screenshot1

Features

❤️ Lightweight: Crafted with minimalistic UI design - simple design is the best design.

⚡️ Fast: Send requests and get/copy responses in real-time - fast software is the best software.

Methods:

  • GET - Retrieve information about the REST API resource
  • HEAD - Retrieve response headers identical to those of a GET request, but without the response body.
  • POST - Create a REST API resource
  • PUT - Update a REST API resource
  • DELETE - Delete a REST API resource or related component
  • CONNECT - Establishes a tunnel to the server identified by the target resource
  • OPTIONS -…