What I did:
I did a small amount of work today. I fixed some minor issues in the pull request, updated the collapse-expand logic for the hidden comments, and began extracting strings for localization. That's all.
For another project, I fixed the pipelines to distribute the Flutter application through Firebase App Distribution. Manually uploading a new version isn't complicated, but it's much more efficient to do it automatically. I was constantly worrying about a broken pipeline. Now it's fixed, and I'm happy. This pipeline can be triggered manually, but it also runs weekly to deliver the latest changes. Here's how you can schedule your pipeline to run periodically:
name: Periodic deploy Firebase AppDistribution
on:
schedule:
- cron: '0 13 * * 0'
branches:
- 'develop'
Additionally, I attended a meetup at the Google office in Stockholm. There were several interesting talks about Flutter, Firebase, and Google Cloud. I enjoy this kind of event not only for the interesting topics, but also for the opportunity to talk with colleagues from other companies.
If you want to join the project, just leave a comment here, or write a message in .
.
.
.
.
.
page, on or Mastodon.
See you tomorrow.
SOCIAL SHARE CARD GENERATOR