shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

240
active users

#firebase

0 posts0 participants0 posts today

📡 New devlog up on Substack!
This time, I’m sharing how I set up the backend for *SevaStrife* — auth, security, logging, testing, docs… all the “boring” stuff that’s making me feel way more confident about the project.

Solo dev, learning on the fly, and honestly kinda enjoying writing tests now (coverage feels like a mini-game 😅).

Read here 👉 blacksheepdev.substack.com/p/l

Byoushin · 🚀 Laying the foundation — how I set up the backend for SevaStrifeBy Byoushin

#SwiftUI and #Firebase fam, any quick hints on why I might be getting "Object ... does not exist" errors when using putDataAsync to try to save a message to Storage? I'm on the Blaze plan, my fullPath looks normal - WS1YzvAvanxEL9l21q6y/7AA27546-DF57-4C1E-97AC-69CFA0655FF8.jpeg - , so it should create the file to store, not look for its existence, right? I think my data is sound - was a UIImage that I converted to data with .jpegData(compressionQuality: 0.5). Thx for any tips!

I'm curious how #SwiftUI folks organize their #Firebase CRUD functions. It seems like I can create these as static functions inside a class, then reference the class.function whenever I want to invoke them. Any concerns with this approach? Any good examples using recent SwiftUI techniques if other method are preferred? Thanks!

Major #security flaw discovered in #Arc #Browser

* arc boosts can contain arbitrary #javascript
* arc boosts are stored in #firestore
* the arc browser gets which boosts to use via the creatorID field
* we can arbitrarily chage the creatorID field to any user id

> thus, if we were to find a way to easily get someone elses user id, we would have a full attack chain

Spoiler alert you gave out your creatorID when you sent the invite link out on social media 😂

kibty.town/blog/arc/

kibty.towngaining access to anyones browser without them even visiting a website - eva's sitegaining access to anyones browser without them even visiting a website

in my project I use SSL pinning with Firebase hosting
I notice my app not working anymore !

after I check I find out the SSL cert changed

without warning!

is there a way to solve this issue, or at least upload my own SSL cert without depend on Firebase ?

At this years company #hackathon our project team created a proof of concept #KotlinMultiplatform and #ComposeMultiplatform app for #Android, #iOS & desktop with a single code base for data layer, business logic and UI, well, for everything!

Within three days we were able to create a simple but functional application from scratch that accesses a #Firebase backend.

Still some rough edges on iOS but the future is bright for Kotlin Multiplatform!

Don't be like these 900+ #websites and expose millions of #passwords via #Firebase

Websites using poorly/misconfigred Google Firebase implementations (a cloud database service) have collectively exposed ~125 million records. Breaks down into:

- 85 million names
- 106 million email addresses
- 34 million phone numbers
- 20 million passwords (some which are plaintext)
- 27 million billing details (probably credit card numers, zip code)

"We take the #security of your data seriously..." :ablobcatlurk:

#privacy #dataleak

theregister.com/2024/03/18/goo

The Register · Don't be like these 900+ websites and expose millions of passwords via FirebaseBy Thomas Claburn

Heads up devs. Got alerted to a nasty little issue on iOS where a firebase auth of signInWithRedirect is no longer returning a user object. It's broken several of my apps - was able to fix with a signInWithPopup instead but this is FAR from ideal. Might want to go through and check any Firebase SSO apps you might have for user issues and friction. Here's the github thread:
github.com/firebase/firebase-j

GitHubLogin to Firebase does not work on Safari 16.1+ · Issue #6716 · firebase/firebase-js-sdkBy mmmulani