125 Million Effected Accounts By FireBase Configuration

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Recorded live on twitch, GET IN
    Article
    env.fail/posts...
    By: mrbruh, xyzeva & logykk | env.fail/about
    My Stream
    / theprimeagen
    Best Way To Support Me
    Become a backend engineer. Its my favorite site
    boot.dev/?prom...
    This is also the best way to support me is to support yourself becoming a better backend engineer.
    MY MAIN YT CHANNEL: Has well edited engineering videos
    / theprimeagen
    Discord
    / discord
    Have something for me to read or react to?: / theprimeagenreact
    Kinesis Advantage 360: bit.ly/Prime-K...
    Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
    turso.tech/dee...

Комментарии • 217

  • @philunruh2368
    @philunruh2368 4 месяца назад +223

    For those wondering, Firestore rejects all requests by default. You have to set up security rules to access data. You do have the option to run your database in test mode, where all data is publicly available. I’m guessing a good percentage of this data was exposed because the database was in test mode.

    • @juanmacias5922
      @juanmacias5922 4 месяца назад +21

      Exactly, and because the devs did not RTFM...

    • @soverain
      @soverain 4 месяца назад +27

      In fact test mode is disabled automatically after 30 days. So it has to be deliberately set to public access after that period.

    • @mrnEight8
      @mrnEight8 4 месяца назад +6

      @@soverainyeah, I was thinking the same…devs stay wondering why ITOPS and SecOPS give them crap about their dev and prod environments…here’s why..

    • @ericjbowman1708
      @ericjbowman1708 4 месяца назад +6

      Doesn't matter. Passwords should never be saved as plain text, period.

    • @softwaredeveloper6791
      @softwaredeveloper6791 4 месяца назад

      @@ericjbowman1708 If the password isn't stored as plain text in a txt document, then how will the logins work? I can't remember what day of the week it is, much less my password (currently it's P4ssw0rd)

  • @xiaoshen194
    @xiaoshen194 4 месяца назад +547

    U meant affected*

    • @NabekenProG87
      @NabekenProG87 4 месяца назад +13

      effect(users)

    • @trappedcat3615
      @trappedcat3615 4 месяца назад +43

      *You
      "U" is not a word. Also, you wrote a sentence without a period (big no no).

    • @FinahRS
      @FinahRS 4 месяца назад +24

      @@trappedcat3615 Your first sentence in your comment doesn't have a period, lol.

    • @Dannnneh
      @Dannnneh 4 месяца назад +35

      @@trappedcat3615 You put the corrective asterisk on the wrong side of the "You". Also, you didn't hyphenate "no-no".

    • @NabekenProG87
      @NabekenProG87 4 месяца назад +2

      @@trappedcat3615 What about sentences with two periods..

  • @EnterANameReal
    @EnterANameReal 4 месяца назад +48

    My interpretation of the "do you have a girlfriend?" message
    - support person being customer-facing has *zero* idea what Firebase is
    - they get the message, and think it's a scammer trying to get them to do some exploit
    - they "play around" with the scammer and respond jokingly

    • @chindianajones3742
      @chindianajones3742 4 месяца назад

      Yes I've done this with scam text messages lol

    • @Leonhart_93
      @Leonhart_93 4 месяца назад +1

      Likely. And anyway, it's advantageous to try the guy to open up for free and 99% of them will be guys.

    • @HyperionStudiosDE
      @HyperionStudiosDE 4 месяца назад +1

      or they are the scammer and just don't care that they're exposing data.

    • @daddy7860
      @daddy7860 4 месяца назад

      Or it was a scam organization's hired underpaid 14 year old Indonesian girl as customer support

  • @shaunkruger
    @shaunkruger 4 месяца назад +88

    The unencrypted passwords on the gambling site aren’t a bug, it’s probably a feature of the identity theft honeypot.

    • @user-in2cs1vp6o
      @user-in2cs1vp6o 4 месяца назад +4

      Wouldn't the thief want it encrypted for themselves

    • @pianochess1882
      @pianochess1882 4 месяца назад +3

      You generally don’t encrypt passwords, but you rather hash them

    • @ChrisWijtmans
      @ChrisWijtmans 4 месяца назад

      @@pianochess1882 a hash is a one way encryption.

  • @ericwadebrown
    @ericwadebrown 4 месяца назад +98

    s/Effected/Affected

    • @RickYorgason
      @RickYorgason 4 месяца назад +1

      Maybe 125 million accounts were created.

    • @omri9325
      @omri9325 4 месяца назад +1

      The typos are intentional to make you comment and get the algorithm to boost it

    • @art0007i
      @art0007i 4 месяца назад

      Reminds me of a video I saw recently ruclips.net/video/CzXJ0i4xABI/видео.html

    • @ericwadebrown
      @ericwadebrown 4 месяца назад +1

      @@omri9325 That makes sense. He is a clown like that.

  • @caseykawamura8718
    @caseykawamura8718 4 месяца назад +66

    This is funny, I remember setting up a firebase project while I was in school and thought it was really stressful having to teach myself how to be secure handling information. I thought about how there was tons of projects that probably aren't setup correctly and didn't do anything about it because I assumed I just had skill issues and everyone else knew how to be secure with their firebase setup.
    I never thought about it being considered a major vulnerability like this...

    • @caseykawamura8718
      @caseykawamura8718 4 месяца назад

      Are there bounties for stuff like this where it's a documentation vulnerability?

    • @ValipPowa
      @ValipPowa 4 месяца назад +3

      it isn't a vulnerability lol the site owners quite literally ALLOW you to fetch from db they just didnt care about permissions

    • @caseykawamura8718
      @caseykawamura8718 4 месяца назад

      @@ValipPowa I wouldn't have considered it a vulnerability either, but there are a lot of people just learning firebase and don't recognize that the doc sets default users to read/write.
      In a roundabout way this caused a lot of people to have their PII stolen. Is it google's fault? idk.. its a weird situation. It does look really bad on them though when so many of their users have this kind of problem from following THEIR instructions.

    • @ElclarkKuhu
      @ElclarkKuhu 4 месяца назад

      ​@@caseykawamura8718 No, it's not r/w by default. Some people say you'll need to enable test mode to make it r/w and it's automatically disabled every 30 days, but i can't confirm it, i haven't use firebase in years

    • @RandomNoob1124
      @RandomNoob1124 4 месяца назад +1

      Well that’s just a problem in software in general, people never think about security initially. It’s never a skill issue to think about security first, actually the opposite. If you think it was stressful in the beginning, it is dam near impossible when you already built your system and did not put one thought into security

  • @Ryan-in3ot
    @Ryan-in3ot 4 месяца назад +26

    firebase sends me an email every four hours saying "any user can read your entire database" which is the entire point of my site. I know that's a separate issue from users exposing their auth keys but at least firebase cares a little

  • @TheBuddilla
    @TheBuddilla 4 месяца назад +109

    Almost every Influencer "Just use third party services, it's inherently safer than rolling your own..."
    Doesn't matter what service you use or if you roll your own. A skill issue is a skill issue.

    • @user-gi4qu9do2v
      @user-gi4qu9do2v 4 месяца назад +5

      In most cases password hash + salt approach is more safe for users and more convinient for devs (you can do awesome things when you define how auth works). To be honest, its not skill issue - sometimes doc for such services sucks. Its easy to setup, but there is no nuances and creators thoughts on whats happening and how its working.

    • @andythedishwasher1117
      @andythedishwasher1117 4 месяца назад +3

      I usually try to be safe by using a social provider and not touching a user's password with a ten foot pole. When I need to store their email or phone number or other PII, I set up a security rule on the Firestore collection that only allows clients logged in as the user to access that particular user's data, but no one else's. Firebase docs provide a pretty specific config for that exact use case.

    • @juanmacias5922
      @juanmacias5922 4 месяца назад +7

      There are way more skill issues when rolling out your own, than by just reading the documentation. Firebase plainly states that you need to set up the rules.

    • @TheBuddilla
      @TheBuddilla 4 месяца назад

      ​@@juanmacias5922 Rolling your own has the same security concerns as getting vendor locked in a 3rd party system and I see no difference. I moved back to python, php and even c/cpp... JS/TS ecosystem is all messed up and just a big circle jerk of new shinny things and serverless venders being promoted by influencers... Not reading docs is a skill issue, I even struggle with it myself.
      At some point I'll port some things to rust...

    • @TheBuddilla
      @TheBuddilla 4 месяца назад

      @@andythedishwasher1117 How hard is it to argon2 hash a password and then later compare it when a user logs in. Your basically just running an api key and off loading the login to a third party that has a bigger target on it's back. If your api keys gets compromised your users are exposed and you expose yourself to high fees when your api key is used for nefarious reasons. Also, if your third party provider goes down as most of them are on AWS which has an even bigger target on it's back your users are still screwed.

  • @martenkahr3365
    @martenkahr3365 4 месяца назад +15

    Interesting fact about casinos: a lot of the elderly folks you see in them don't really care about winning. They're there because it averages out to be cheaper than retirement home rates, and the first aid training of the security staff tends to be pretty good.

    • @snorman1911
      @snorman1911 4 месяца назад +7

      Are they sleeping in the casino?

    • @nikolaygruychev2504
      @nikolaygruychev2504 4 месяца назад +7

      i see no sources in ur comment and this doesn't seem that plausible but imma take your word for it because its kinda funny

    • @cedricol
      @cedricol 4 месяца назад

      @@nikolaygruychev2504 same. It's probably BS, but I will believe it because it's a good story.

  • @duke605
    @duke605 4 месяца назад +35

    I wouldn't call this a vulnerability, i would call this a skill issue

    • @davesomeone4059
      @davesomeone4059 4 месяца назад

      Same thing

    • @duke605
      @duke605 4 месяца назад

      @@davesomeone4059 yes and no. Buffer overflow and memory vulnerabilities are technically skill issues. But I wouldn't put them on the same level as not setting up permissions for your database properly/at all

    • @edism
      @edism 4 месяца назад

      ​No, configuration issues are the dev's fault ​@@davesomeone4059

  • @TheGkmasta
    @TheGkmasta 4 месяца назад +4

    Used Firebase for a project several years ago. Setting up the DB auth rules was the most convoluted and meticulous thing I've ever had to do in software development. I can see how it could easily be screwed up. (I'm assuming the general method is still the same as it was back then.)

    • @adriankal
      @adriankal 4 месяца назад +3

      It wasn't even remotely as hard as securing backend with sql db or mongo.
      Protecting against sql injection, ddos attacks etc is way harder than writing a few firebase rules.

    • @TheGkmasta
      @TheGkmasta 4 месяца назад

      ​@@adriankal Funny, those things seem easy to me. I guess we all have our different tolerances and blind spots in development. However, my application required way more than "a few" rules.

  • @user-oj7uc8tw9r
    @user-oj7uc8tw9r 4 месяца назад +5

    We are going to have to talk to Fireship about this

  • @andythedishwasher1117
    @andythedishwasher1117 4 месяца назад +3

    I have to put some of this on Firebase for using a really confusing and relatively unique configuration syntax for security rules. However, it is pretty clearly documented at the moment. My guess is a lot of this is a relic of when it was NOT clearly documented. Probably a lot more of it is incompetent business owners and/or contractors who just blindly clicked default options in order to post up something quickly/impressively, possibly with the intention of reconfiguring it before pushing to prod, possibly ignoring the warnings entirely. Either way, this is a pretty massive blow to the platform's reputation.

  • @eno88
    @eno88 4 месяца назад +5

    effected. verb. caused something to happen; brought about.
    affected. adjective. influenced or touched by an external factor.

    • @pseudocoder78
      @pseudocoder78 4 месяца назад

      Effected can also be used as an adjective but obviously that wasn't the intent here.

  • @Tw33ty271
    @Tw33ty271 4 месяца назад +5

    1 streamer effected by Flip's editing today 😅

  • @Dom-zy1qy
    @Dom-zy1qy 4 месяца назад +1

    I wouldn't say firebase gives "zero warnings", but maybe i just don't know that they existed in my apps that used it. Specifically for firebase realtime, it's easy to misconfigure something, but I think they do let you know when you're configuring something that could lead to security vulnerabilities.
    I'd just assume most of these things would be discovered before going to prod.

  • @edism
    @edism 4 месяца назад +5

    AFFECTED*

  • @Jeremyak
    @Jeremyak 4 месяца назад +1

    kudos to the 2 sites that offered bug bounties.

  • @khanra17
    @khanra17 4 месяца назад

    I have accessed so many firebases from years.
    But the meat is they were teachers on RUclips who teach about development 😂.
    Many of them had write access

  • @jcmorin2007
    @jcmorin2007 4 месяца назад +1

    The fact 75% DIDN'T fix their database, would it be responsible to release the source of the script so that everyone can grab the data?

  • @robertm4934
    @robertm4934 4 месяца назад +6

    AFFECT*

  • @kiwikemist
    @kiwikemist 4 месяца назад +2

    Doesn't firebase specifically have a mode for local hosting so you can test your security rules before putting them in production?

    • @intesoft-inc
      @intesoft-inc 4 месяца назад +2

      Yes, and also a unit testing framework to test the rules with every scenario you can come up with. This is 100% a skill issue.

    • @kiwikemist
      @kiwikemist 4 месяца назад

      @@intesoft-inc I thought as much

  • @softwaredeveloper6791
    @softwaredeveloper6791 4 месяца назад

    GCP is very loosey goosey with permissions. For example, creating a user in the cloud database gives them all the permissions. It's up to the concerned IT guy to then go into the database instance to limit the permissions.

  • @supermarinespitfire1
    @supermarinespitfire1 4 месяца назад +2

    'Affected' brah

  • @Destide
    @Destide 4 месяца назад +2

    Theo going to be mad

    • @zeeeeeman
      @zeeeeeman 4 месяца назад

      Yup, Theo was first.

  • @human_shaped
    @human_shaped 4 месяца назад +1

    Affected

  • @pharoah327
    @pharoah327 4 месяца назад

    The fact that they were surprised at Python's poor handling of threads and memory makes me think they don't know Python. That's kind of common knowledge under things Python doesn't do well.

  • @cedricol
    @cedricol 4 месяца назад +1

    Makes you wonder whether you can use the skill issue of gambling websites against them, and tip the odds in your favour.

    • @DaVinc-hi7hd
      @DaVinc-hi7hd 4 месяца назад

      I think they must be putting all their efforts in getting the odds in their favor, so that might be hard.

  • @MegaGorgot
    @MegaGorgot 4 месяца назад

    Im honestly glad that i decided to move to supabase as a solo developer. Its just horrible in so many ways.

  • @NuncNuncNuncNunc
    @NuncNuncNuncNunc 4 месяца назад

    User passwords store in plaintext - I think we put some of this down to skill issues.
    Good chance this is only the surface. How many sites allow unauthorized access to cloud functions. Just a simple example probably without any security concerns, but one of the sites has a simple function to get the server's unixtime. There's no need for it to be open and firestore can check that request come only from the site itself. How many POST requests behave the same way?

  • @samiraperi467
    @samiraperi467 4 месяца назад +1

    "We set to work scanning the entire internet for exposed PP uh PII" Is that a Freudian slip? 🤔

    • @BiHMaverick
      @BiHMaverick 4 месяца назад

      there's PPI and PII, PPI - Protected Personal Information.

  • @greyroot00
    @greyroot00 4 месяца назад +1

    Firebase auth system does not store password in plaintext isn't it. You need to put effort to store password in plain text, it is closer to malicious than incompetence.

  • @cedricol
    @cedricol 4 месяца назад

    Frankly, that's hardly a Firebase issue, since it defaults to denying all requests, and you have to write rules to decide what's allowed, usually depending on logged-in user (eg. the logged in user can see his own profile record). And anything you'd read via the admin SDK, you wouldn't allow at all.
    Those "developers" either intentionally wrote in the config to allow all requests, or actively put it in test mode (used for development) every 30 days (since that mode expires after 30d), and ignore the regular warning emails that they get from the service. It's one of those cases where the tool does everything right to protect you, but you still go against it and all its warnings and open everything.

  • @jerrodc8019
    @jerrodc8019 4 месяца назад

    Prime, you know what you've done... I'm curious how much it will affect your numbers.

  • @AlecMaly
    @AlecMaly 4 месяца назад +2

    SaaS apps are insecure by design because it's easier for developers to get started. It's a business strategy, a fine line to walk between security and ease of use.

  • @seasn5553
    @seasn5553 4 месяца назад

    I got into my community colleges website that way lol. People will ALWAYS be a point of failure

  • @pianochess1882
    @pianochess1882 4 месяца назад

    Is it really legal to store 125 million records of personal information in a private database, considering that data was only accidentally public?

  • @davguev
    @davguev 4 месяца назад +3

    Affected*

  • @mvs2403
    @mvs2403 4 месяца назад

    To be fair, I think there is some kind of warning, everyone just ignores it during development ans forget to change it and reset those security rules when publishing

  • @JoshuaMoreno
    @JoshuaMoreno 4 месяца назад

    THERE IS A GODDAMN WIZARD WHEN YOU CREATE THE DB THAT HANDLES THIS
    none of the default options allow unauthorized access after 30 days of the db creation, any fully public access config is 100% responsibility of a lazy dev that probs should be fired, yes, skill issue
    if you select "test mode" it'll allow unauthed for 30 days
    "production mode" will only allow authed access

  • @NeuravnoveRS
    @NeuravnoveRS 4 месяца назад

    I'm pretty sure that a python program with ~>1thread will start to chew up memory immediately. I'm not a python hater, it's a great tool for mathematicians(lol Julia dead lang) and other grad students in stem.

  • @InternetKilledTV21
    @InternetKilledTV21 4 месяца назад

    RooBet, although RooBet publishes their starter seeds so maybe it's not the best example of degen unreg?

  • @crisdebug8675
    @crisdebug8675 4 месяца назад +1

    Not exactly a security risk, but there was a moment when I inadvertently made a infinite loop that was:
    1. Making a lot of writes to Firestore
    2. Spamming users with notifications
    Later I saw that it had >2B writes and 700 US$ of cost.

    • @DaVinc-hi7hd
      @DaVinc-hi7hd 4 месяца назад

      wow, you had to pay for that ?
      was it a personal project ?

    • @crisdebug8675
      @crisdebug8675 4 месяца назад

      @@DaVinc-hi7hd Nope and Nope. Fortunately, the company was like "Eh, that kind of thing happens, we'll cover this time. But make sure to test properly next time!*

    • @DaVinc-hi7hd
      @DaVinc-hi7hd 4 месяца назад

      @@crisdebug8675 oh, that's very kind of them !!
      how much time did it took for those >2B writes to complete/you to notice ?

    • @crisdebug8675
      @crisdebug8675 4 месяца назад

      @@DaVinc-hi7hd it was a couple of hours. I was going to check something on the firebase project, and saw the initial dashboard and thought "Wait a second, why Firestore has a 2B on it?"

  • @StephenMoreira
    @StephenMoreira 4 месяца назад +3

    Misleading I feel like, it's more companies not caring about security, it's super obvious if firebase is allowing full access.

    • @user-kh3ub8hs4e
      @user-kh3ub8hs4e 4 месяца назад

      Yeah - if you started a project and you use client side queries - its open by default and emails you everyday after awhile to edit rules.

    • @StephenMoreira
      @StephenMoreira 4 месяца назад

      @@user-kh3ub8hs4e God i forgot it does email you.

  • @DMWatchesYoutube
    @DMWatchesYoutube 4 месяца назад +1

    Bro you don't even need to be a hacker, just be a magpie and scrub the floor

  • @JimAllen-Persona
    @JimAllen-Persona 4 месяца назад

    Called it Catalyst.. the brand name of a Cisco appliance. Ironic.

  • @edugar88
    @edugar88 4 месяца назад +1

    Nice move Flip xD

  • @DragoNate
    @DragoNate 4 месяца назад

    Shouldn't the title say "Affected", ser?

  • @anonlegion9096
    @anonlegion9096 4 месяца назад

    10:40 is it possible they were looking for hard-coded API keys/high entropy secrets? I've seen shit like this in production far too many times for comfort.

  • @bohdanvinter6929
    @bohdanvinter6929 4 месяца назад

    ...agen!

  • @ThomasWSmith-wm5xn
    @ThomasWSmith-wm5xn 4 месяца назад +1

    So much of this isn't firebases fault as much as - firebase is a very easy tool to use and attracts ... less skilled people.

  • @spl45hz
    @spl45hz 4 месяца назад +2

    This not even includes the common read all access if signed in...

    • @Fernando-ry5qt
      @Fernando-ry5qt 4 месяца назад

      Yeah, there is a really high change they gave * access to every collection and just filtered with the user id...... I've seen that before and makes me sad

    • @Nocare89
      @Nocare89 4 месяца назад

      Yeah, I think that's the default rule set lol. It is at least a common intro example which people probably often don't change.

    • @Fernando-ry5qt
      @Fernando-ry5qt 4 месяца назад +1

      @@Nocare89 Tbh it's been a long time so I don't remember, but I think you get a warning when trying to deploy the project if your rule set is default?
      yeah..... I had a LOT of troubles configuring that file years ago

    • @Nocare89
      @Nocare89 4 месяца назад

      @@Fernando-ry5qt If there is a warning it is just buried in terminal output. I think you get a warning in the console site if you have global read permissions but I'm not even confident with that one.

  • @Nocare89
    @Nocare89 4 месяца назад

    You could just craft a google search for domains which include firebase sdk files or urls.

  • @bobwilkinsonguitar6142
    @bobwilkinsonguitar6142 4 месяца назад +3

    Thank god its not just me making horrible firebase rules. Cant figure out how to give my users the access they need, while prohibiting what they dont.
    Skill issue.

    • @britneyfreek
      @britneyfreek 4 месяца назад

      ever thought about not putting users data somewhere you can’t control?

    • @bobwilkinsonguitar6142
      @bobwilkinsonguitar6142 4 месяца назад +1

      @@britneyfreek I have zero users, and am developing for fun, should have specified that users=null

    • @bobwilkinsonguitar6142
      @bobwilkinsonguitar6142 4 месяца назад +1

      Still learning!

  • @_GhostMiner
    @_GhostMiner 4 месяца назад

    **AFFECTED*

  • @onclimber5067
    @onclimber5067 4 месяца назад

    They should make their code public or host on a website so people clan check their own website for vulnerabilities

  • @EllGeeLabs
    @EllGeeLabs 4 месяца назад +1

    It's "affected", not "effected."

  • @MikePaixao
    @MikePaixao 4 месяца назад

    I remember having to limit Python max threads because every pc in the office would fail at different max counts 😅 thanks windows.

  • @kucingoyen1
    @kucingoyen1 4 месяца назад +1

    Who in the world saving password as a plain text!?

  • @GlimmerOfLight
    @GlimmerOfLight 4 месяца назад

    "Affected" .. please!

  • @amandasandell3351
    @amandasandell3351 4 месяца назад +2

    affected*

  • @LouisDuran
    @LouisDuran 4 месяца назад

    Just want to say: Affected

  • @sidthetech7623
    @sidthetech7623 4 месяца назад

    Lets talk about the 0% payout on some of these gambling websites.

  • @Mempler
    @Mempler 4 месяца назад

    If you want something done right, do it yourself. except that if you do it yourself, your whole database is already on the internet

  • @SimonJackson13
    @SimonJackson13 4 месяца назад

    Sounds like client state not being server state checked.

  • @chris-pee
    @chris-pee 4 месяца назад

    That's the natural consequence of putting Row Level Security in the hands of ignorants. Or just people who don't care.

  • @pauldraper1736
    @pauldraper1736 4 месяца назад +2

    *Affected

    • @duckner
      @duckner 4 месяца назад

      Only clicked on the video to say this

    • @pauldraper1736
      @pauldraper1736 4 месяца назад +1

      @@duckner maybe it's intentional then 😂

  • @comedyman4896
    @comedyman4896 4 месяца назад

    "125 million accounts, 1 vulnerability" sounds like a porn title for robots

  • @TayambaMwanza
    @TayambaMwanza 4 месяца назад

    Bruh, firebase has auth, why store plain text passwords.

  • @ccj2
    @ccj2 4 месяца назад +1

    You don’t need to know anything about Firebase. Run very very far away

  • @njnjhjh8918
    @njnjhjh8918 4 месяца назад

    watched

  • @donf2944
    @donf2944 4 месяца назад

    just giggling doorhandles. wow

  • @jonnyso1
    @jonnyso1 4 месяца назад

    DUDE !

  • @DeviantFox
    @DeviantFox 4 месяца назад

    Prime .. I'm disappointed .. it should have been, "I've never configured firebase, let alone misconfigured it"

  • @danielmajer1648
    @danielmajer1648 4 месяца назад

    They used multiprocessing not threading. They have copied the same process with different inputs 500 times. *Skill issue

  • @TehPwnerer
    @TehPwnerer 4 месяца назад

    Why wait for the thing to complete then go on with the next step obviously you'd have a bunch of data to work with along the way while this script was at work and then why would you manually go through anything when you just wrote a script to dump a bunch of stuff in a file for you to go over it makes no sense

  • @bearwolffish
    @bearwolffish 4 месяца назад

    The real skill issue is not having time to understand first hand, the 3rd party protocols we rely on.

  • @AlanThomas1
    @AlanThomas1 4 месяца назад

    *affected

  • @andythedishwasher1117
    @andythedishwasher1117 4 месяца назад

    How much you wanna bet Upwork is about to be flooded with requests for "Firebase experts"?

  • @diegolikescode
    @diegolikescode 4 месяца назад

    Ligmed a lot of memory

  • @bmc_
    @bmc_ 4 месяца назад

    SEESH

  • @DMWatchesYoutube
    @DMWatchesYoutube 4 месяца назад

    Python the only true thread ripper

  • @Jensemann099
    @Jensemann099 4 месяца назад

    firebase, supabase.... sick of all this bullshit. Yeahhh I know, it scales so gooood for a superlarge start-up scenario. goosh wake up.

  • @sampleshawn5380
    @sampleshawn5380 4 месяца назад

    "should have been Rust" 😂

  • @pupu6oi74
    @pupu6oi74 4 месяца назад

    affected

  • @apoorvaditya5265
    @apoorvaditya5265 4 месяца назад

    I just came here to say affected. Bye!

  • @britneyfreek
    @britneyfreek 4 месяца назад

    put all your privacy into the cloud and don’t ask questions they said.

    • @ripkm-iwaly
      @ripkm-iwaly 4 месяца назад

      anybody who says that is either dumb, sadistic or stands to profit from it somehow

  • @petersuvara
    @petersuvara 4 месяца назад

    Firebase security rules and their documentation are a horrendously poor way of managing the entire system. You cannot perform any regex in the rules themselves. It’s a disaster.

    • @Nocare89
      @Nocare89 4 месяца назад

      Incorrect, you have access to a weird google specific regex that's really hard to test a working version of outside of the rules engine itself. But it does work just fine.
      I would instead point to the lack of 'else' statements which really messes with a modern programmer.
      That and ternary conditions which evaluate all paths regardless of the designated winning path from the primary condition.

    • @petersuvara
      @petersuvara 4 месяца назад

      @@Nocare89 I tried it to match user names, doesn’t work. We have no idea how to work around it atm and are looking at custom encryption.

  • @thevortexATM
    @thevortexATM 4 месяца назад

    stupid things like this are going to lead to the forcing of a digital ID :(

    • @reverse_shell.asm.sh.exe1
      @reverse_shell.asm.sh.exe1 4 месяца назад

      nothing to hide, nothing to fear.. unless you are in a fucked up place I guess..

  • @covle9180
    @covle9180 4 месяца назад

    Dumpster firebase

  • @poderosoexcalibur-yp3kl
    @poderosoexcalibur-yp3kl 4 месяца назад +1

    i hate firebase

  • @fuyukaidesu1641
    @fuyukaidesu1641 4 месяца назад

    >effected

  • @science_trip
    @science_trip 4 месяца назад

    loool and all these "ex-Googles" judging PHP and WordPress 🤣🤣🤣🤣🤣

  • @asdanjer
    @asdanjer 4 месяца назад

    U have a critical issue! All your customer data is exposed!
    Ok so we have a slot open in 2 sprints...

  • @Kane0123
    @Kane0123 4 месяца назад

    No one is properly appreciating just how blazingly fast low code solutions helped to make this. They would have been so slow to market with their insecure products have to write all the code and infra themselves. #EveryoneShouldCode

  • @deadbeef576
    @deadbeef576 4 месяца назад

    Not so prime grammar/spelling.
    Its affected, not effected.

  • @ahmadjames151
    @ahmadjames151 4 месяца назад

    You are a Muslim 😍

  • @spartanace13
    @spartanace13 4 месяца назад

    Fifth

  • @dirty-kebab
    @dirty-kebab 4 месяца назад +1

    Damn, now my SATAN stack won't work

  • @sirk3v
    @sirk3v 4 месяца назад

    @ThePrimeTimeagen, firebase skill issues