• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle





  • You’ll want to create a new firebase project, install the firebase CLI on your computer and then use the CLI to: login to firebase, select the project you created, and then using the CLI run firebase deploy wherever your code is. That should use firebase “hosting” to serve your static files.

    I find Google Cloud’s documentation extremely confusing (including firebase), so you’re not alone on that front. Took a lot of searching & troubleshooting to finally get my setup working as I intended.



  • Just chiming to say I feel the same sometimes. But at the same time I’m also amazed and excited by the different possibilities. There’s usually never a black or white solution, although there are some best-practices that have established over time.

    As you mentioned already, I think it helps to think of all the technologies, languages, frameworks etc. as tools to solve a problem.


  • I quite like Obsidian too. Markdown note app that has desktop & mobile versions. You can create templates and have it so that a new note using a template is opened automatically when you open the app (e.g. for daily notes). It also supports a lot of different community created plugins.

    I sync across android & linux via google drive for free, otherwise Obsidian also has a paid sync feature.