I tried 5 Firebase alternatives

Поділитися
Вставка
  • Опубліковано 13 чер 2024
  • Firebase leads the backend-as-a-service space, but there are many popular alternatives like AWS amplify, Supabase, Nhost, MongoDB Realm, Appwrite, and Parse. Let's compare the pros and cons of fully-managed cloud services.
    #database #vs #programming
    NEW CHANNEL for advanced tutorials / @beyondfireship
    🔗 Resources
    - Firebase firebase.google.com/docs
    - AWS Amplify docs.aws.amazon.com/amplify/
    - Supabase supabase.com/docs
    - Nhost nhost.io/
    - Appwrite appwrite.io/
    - Realm www.mongodb.com/docs/realm
    - Firebase in 100 Seconds • Firebase in 100 Seconds
    - MongoDB in 100 Seconds • MongoDB in 100 Seconds
    🔥 Get More Content - Upgrade to PRO
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
    🔖 Topics Covered
    - Best Firebase alternatives
    - Is firebase expensive?
    - Is Firebase part of Google Cloud?
    - How to build an app in the cloud
    - Firebase vs AWS Amplify
    - Firebase vs Supabase
  • Наука та технологія

КОМЕНТАРІ • 764

  • @Fireship
    @Fireship  Рік тому +180

    If you wanna go beyond the basics, I’ll be spitting more fire on my new channel ua-cam.com/channels/2Xd-TjJByJyK2w1zNwY0zQ.html

  • @stefnirk
    @stefnirk Рік тому +1714

    Supabase is open source, can be self-hosted, and connected to an in-house Postgres database; this is a massive benefit if you want to make a commercial product.

    • @minnow1337
      @minnow1337 Рік тому +80

      Just use firebase emulators in production 🥴

    • @sanesanyo
      @sanesanyo Рік тому +54

      Isn't the whole reason of using BAAS is that you don't have to self host?? Doesn't it defeat the purpose?

    • @magicbinbin
      @magicbinbin Рік тому +146

      @@sanesanyo it's great for prototyping, but Firebase becomes super expensive at scale. With Supabase, when you scale you can self host for lower costs

    • @stefnirk
      @stefnirk Рік тому +142

      @@sanesanyo No, in my professional experience, one of the main reasons to go for BAAS is the layer between the database and the app. Hosting a DB is quite simple, the problem comes with authentication and ease of query writing for developers.

    • @s3rverlord
      @s3rverlord Рік тому

      Supabase is fake. They promote themselves as open source but always only promote their paid service. Their documentation and even the videos they make only always mention the service and never the self hosting option. Plus their self hosted app is unsecure. Doesn't even offer a login page to authenticate and sign in.

  • @wholesome8691
    @wholesome8691 Рік тому +279

    "All about that Bass, 'bout that Bass, about that FireBass, NoSQL" - Fireship 2022

  • @iamtheV0RTEX
    @iamtheV0RTEX Рік тому +235

    "I'm not some apex alpha giga chad building my own backend in Rust just to serve 5 MAUs". I somehow feel both validated and attacked by this comment.

  • @naxaes7889
    @naxaes7889 Рік тому +586

    Am currently making my own alternative right now! It's written in C with the performance of Python and can host up to a two-digit number of people. It has a guaranteed uptime of 59.9999999999% (yep, that's 11 9's) and supports a large subset of both HTTP 1.1 and JSON. It's also monolithic, so it can be easily upgraded by buying better hardware, and you have LTS support as long as people are volunteering in the open-source community.
    Once it's done I'm thinking of releasing it for free, but with the option of a paid subscription if you want it to work. So stay tuned, and am looking forward to seeing it on a video in the near future!

    • @ashron4472
      @ashron4472 Рік тому +19

      Just let us know your github link. I will stay tuned for more information about it

    • @naxaes7889
      @naxaes7889 Рік тому +44

      @@StretchyDeath Awesome! Just make sure to write "It doesn't work" because that's not always clear from context. You can omit the rest of the problem description; people will figure it out.

    • @naxaes7889
      @naxaes7889 Рік тому +57

      @@ashron4472 It's currently hosted on Google Drive actually. But I will post a link when it's in open beta! That'll hopefully be within a month (or maybe sooner) depending on when we get our first successful compilation.

    • @ovidiusm7710
      @ovidiusm7710 Рік тому +53

      @@TheMR-777 you have a hard time understanding jokes, don't you?

    • @naxaes7889
      @naxaes7889 Рік тому +42

      @@TheMR-777 No, that's incorrect. Don't always believe the dogma perpetrated by educational media, universities, and peer-reviewed papers. I've written HUNDREDS of programs in C, and my colleague's Python programs have beaten them all. So it's easy to disprove that assertion with simple statistics.

  • @JuswanthTeeb
    @JuswanthTeeb Рік тому +42

    Am I really listening at 1x speed? 🤔

  • @galaxies_dev
    @galaxies_dev Рік тому +112

    Been using Supabase for quite some time and love it - but it’s a great overview about all options out there. What a time to be a developer 🙌

    • @tamla9875
      @tamla9875 Рік тому +5

      have you ever used it for commercial use?

  • @owenwexler7214
    @owenwexler7214 Рік тому +19

    You've inspired me to seriously consider using a BaaS after having built and maintained a few backends the old school way. Lots of research, testing, and prototyping in my future.

  • @aarond309
    @aarond309 Рік тому +103

    I’ve used Parse because I couldn’t use Firebase, it works extremely well and is relatively easy for even a novice programmer like myself to use

    • @AkshaySood1
      @AkshaySood1 Рік тому +4

      Used it! Works wonderfully:)

    • @nullset2
      @nullset2 Рік тому +5

      Parse is really good too

    • @KN-sc4up
      @KN-sc4up Рік тому

      Parse is great, but it's now a bit outdated and lacks development, which is a shame.

  • @yanndonazzolo7944
    @yanndonazzolo7944 Рік тому +36

    Great video (as always)! About Amplify, there is a massive advantage because you can define all your infrastructure directly in your codebase without touching a dashboard. So you can duplicate it easily for several environments with great cicd integration which makes it the only one in the list I feel confortable using in prod

  • @sakkarinsawad548
    @sakkarinsawad548 Рік тому +5

    Honestly once explained it's fairly intuitive. Thank you for breaking it down so nicely for us newbies! Can't wait to play with the full version

  • @coreyclemente2526
    @coreyclemente2526 Рік тому +7

    I very recently learned about "Serverless Cloud" from serverless. Still playing around with it, but I'm loving it so far. Built on top of AWS, with wrappers for DynamoDB, S3, APIs, etc.

  • @embedyt
    @embedyt Рік тому +33

    I've used Appwrite for a tiny project and it was actually really nice to use. I definitely recommend it (and might even use it more when their cloud releases)

  • @sorianojohnclarencel.2081
    @sorianojohnclarencel.2081 Рік тому +1

    Would love it if you continue this series...the best thing i ever saw on UA-cam❤️

  • @poorpotato4467
    @poorpotato4467 Рік тому +16

    I watch most youtube videos on my 2nd monitor while I'm doing something else, but your videos are so dense and well put together that I have to sit and pay attention to all the little details and memes that you pack into every second. Great content!

  • @olegnikitindev
    @olegnikitindev Рік тому

    You are doing great! Amazing format and huge amount of information! Thank you for your videos

  • @imbenzenker
    @imbenzenker Рік тому +6

    OMG I can't believe Parse is back!! I remember being in love with that service

  • @otakusong66
    @otakusong66 Рік тому

    IT WORKED, THANKS I'VE BEEN LOOKING FOR THIS FOREVER, BUT NO TUTORIAL COULD EXPLAIN IT AS YOU DID

  • @4poorv
    @4poorv Рік тому +3

    I really enjoy watching your videos and appreciate the way you present information in a fast-paced and to-the-point manner. For the past week, I've been binge-watching all of Fireship.
    I'm seeking out something which gets me up to speed on creating my first simple photo editor website. Could you please create an end-to-end guide that shows the fastest way for a noob web developer (who is not a programming noob) to create an awesome UI website?
    Designing is not my thing so I was looking for pre-designed templates to avoid the CSS hell.
    Thank you for what you do. ✌

  •  Рік тому +41

    NHost is an incredible time saver for me. It's build on open-source tools and has very generous free tier. It's also very performant. I have 100M+ rows in a table and still get sub 150ms responses on Frontend. (I'm not affiliated in any way, just love the product).

  • @rey6253
    @rey6253 Рік тому

    I really love the sense of humor + memes you put in the videos, hence they are funny yet very informative at the same time :)

  • @jasonmucio6067
    @jasonmucio6067 Рік тому

    I love your videos, man. Smart, informative and just hella funny. 😂

  • @johnvandenberg1448
    @johnvandenberg1448 Рік тому

    You're on a roll with pumping out new visa, love it!

  • @Lucas-hn8hf
    @Lucas-hn8hf Рік тому

    Great Video, exactly what i've been thinking about / looking into a lot recently, but didn't find any clear information!

  • @MrIMacro
    @MrIMacro Рік тому +11

    For beginner Android developers, I think Firebase is a good choice because you can connect your project with only one click and have everything ready for you, but it should be only used for things like authentication, sign in and real time database, but storage and bandwidth are very limited in the free plan.

    • @lilit3552
      @lilit3552 Рік тому +4

      Thank you so much. It has been a pain in the ass as a beginner android dev trying to find a ways to connect database to android. Firebase defenetly seems to be the best choice

  • @justine_chang39
    @justine_chang39 Рік тому +205

    it seems to me that Firebase would be absolutely PERFECT if it had the following features for Firestore...
    1. Full text search
    2. Ability to know the number of documents in a collection without reading everything
    3. A GraphQL API
    4. Also maybe protected fields in a document? (only accessible by users with certain permissions)

    • @1LukasThe1st
      @1LukasThe1st Рік тому +40

      The last point sounds like it should be possible with the firebase security rules right?

    • @erickheredia8910
      @erickheredia8910 Рік тому +7

      1. Supabase (Postgres) has Full text search.
      4. You can use RLS with Supabase.

    • @varandpezeshkian6299
      @varandpezeshkian6299 Рік тому +7

      I dont know why fb is not adding full text search to the default box? it's hight time

    • @justine_chang39
      @justine_chang39 Рік тому +2

      @@1LukasThe1st specific field? I don't think so. It can be done for specific documents though, so I guess it could be done if we structured the it a certain way

    • @1LukasThe1st
      @1LukasThe1st Рік тому

      @@justine_chang39 I don’t remember exactly been a while since I used fb 😅

  • @dricera
    @dricera Рік тому +2

    One of the most fire (bass) intros ever

  • @drupi.0
    @drupi.0 Рік тому +2

    Currently self-hosting appwrite and I love it. I'm using it on a community project right now and it just works perfectly.

    • @lophixarts
      @lophixarts 10 місяців тому

      Do you Host it on a Server or at Home?

    • @drupi.0
      @drupi.0 10 місяців тому

      @@lophixarts at home using CloudFlare's tunnel

  • @nickstrands
    @nickstrands Рік тому +1

    Jeezus lmao ... the first 5 seconds got me spitting my water all over my screen. Good one Jeff !

  • @torkoff
    @torkoff Рік тому

    Great reviews and comparisons. Thank you mate! I'll give supabase a try

  • @wis4r
    @wis4r Рік тому

    BROTHER, YOU ARE THE BEST!!! You oooh really helped me!! THANK YOU VERY

  • @alichamas63
    @alichamas63 Рік тому +2

    Hands down the best developer content on the web. Jeff is a man.

  • @sage_gamers
    @sage_gamers Рік тому

    Please make video on your journey as a developer and the ups-downs you faced. btw love watching your video and it inspires a lot 👍🏻

  • @juanvelezlopez
    @juanvelezlopez Рік тому

    That intro was absolute 🔥🐟

  • @mr_clean575
    @mr_clean575 6 місяців тому +2

    I feel like there's been quite some updates with these tools. I'd love to see another video on BaaS

  • @jlu
    @jlu Рік тому +8

    Used MongoDB Realm to create a graphql api from my existing data, pretty damn easy 🤯

  • @tekfoonlim4745
    @tekfoonlim4745 Рік тому +2

    Damn!! I'm so early!! 20s ago just!!
    Hello Jeff, I love your videos especially the code reports and the 100s videos! I hope to learn more from your channel :D

  • @mavdotjs
    @mavdotjs Рік тому +6

    I prefer an SQL database so i like supabase, but one thing I don't like about using supabase is when using the no-code table editor, i can't add "on delete cascade" without writing weird sql

  • @Meleeman011
    @Meleeman011 Рік тому

    you can also use a docker image for supabase as well

  • @s3rverlord
    @s3rverlord Рік тому +8

    Pocketbase should have been mentioned here. It is amazing!!

  • @minocs
    @minocs Рік тому +1

    Jeff you seriously make my life as a developer amazing 🙏

  •  Рік тому +3

    Parse Server is self hosted but fun to work with in the JS realm

  • @briansunbury
    @briansunbury Рік тому +22

    I tried amplify recently and it looked really good when I was getting started but was missing some basic functionality that a lot of other people seemed to be looking for as well. I'd recommend everyone to play with all the suggestions in order to learn what each one has and what works well and what doesn't.

    • @Weagle1337
      @Weagle1337 Рік тому +7

      Working on teams with the amplify backend and git it's terrible

    • @lillobyte91
      @lillobyte91 Рік тому +5

      hey Brian, what kind of basic features were missing? I've dig into all the BaaS solutions and the most complete for me was Amplify. Just curious

    • @ZiPMo85
      @ZiPMo85 Рік тому

      @@lillobyte91 same, also curious....

    • @everyhandletaken
      @everyhandletaken Рік тому

      You just described every AWS service offering 😆

  • @samnayakawadi
    @samnayakawadi Рік тому

    It feels amazing watching your videos. Request you to create a video on how you research, go through these websites, lots of learning & then making videos. ❤️ Just create the video.

  • @danvilela
    @danvilela Рік тому

    New fireship channel? Broo Im IN!

  • @phywem
    @phywem Рік тому

    This is the best intro i've ever heard 🔥

  • @turesoul
    @turesoul Рік тому +1

    Scylla has a dynamodb compatible API that helps a lot with migration of app logic, the data is not so hard to migrate also.

  • @toothless.tarantula
    @toothless.tarantula Рік тому +9

    Appwrite have a lot of potential indeed.

  • @juke-duke
    @juke-duke Рік тому +2

    Can you make a video on the concepts of SPAs, SSR, Hydration, Islands Design and such, it would be really informative! Thanks

  • @raymondmichael4987
    @raymondmichael4987 Рік тому +10

    Sure, mongodb realm is my go to these days, when you pass the settings and schemas it's a done deal, very powerful and you can literally add few to none additional settings to go production

  • @magicbinbin
    @magicbinbin Рік тому +84

    Great video, just I think you missed an important aspect of Supabase: unlike Firebase, you can actually self-host your own Supabase instance, if you need

    • @magicbinbin
      @magicbinbin Рік тому +7

      @Ioan Croitor Not sure, I've never tried it myself yet! But I love having the possibility to do so. Always felt kinda trapped with Firebase

    • @poolkrooni
      @poolkrooni Рік тому +1

      @@magicbinbin thing is if you're really using Supabase heavily then you might discover that self-hostig is actually not an option, since you'd have to reimplement a ton of stuff yourself.

    • @AliciaGuitar
      @AliciaGuitar Рік тому +1

      With fb emulators being released i think self-hosting is not far behind... however i personally would never host my own production server.

    • @boredguy1663
      @boredguy1663 Рік тому

      That is the problem. People who use these most of the time don't want to build or deploy there own backend databases. They need simpler solutions and when your application scales you feel the need to change the database. So nobody uses them anymore.

    • @heroe1486
      @heroe1486 Рік тому

      @@AliciaGuitar But tons of people would for multiple reasons, or at least appreciate the possibility to do so, it seems like self hosting has become taboo in the JS community while it was just the norm few times ago

  • @AbhinavKulshreshtha
    @AbhinavKulshreshtha Рік тому +7

    I love supabase. I have a self hosted version of it for my own projects. I recently started testing appwrite too and it is also something I would recommend to others.

    • @ThanHtutZaw3
      @ThanHtutZaw3 Рік тому +1

      what is self hosted exactly ? what is difference

    • @ashron4472
      @ashron4472 Рік тому +3

      @@ThanHtutZaw3 you host the platform on your machine/cloud machine instead of using theirs

    • @greendsnow
      @greendsnow Рік тому +1

      It has scalability issues

    • @TheSuperBoyProject
      @TheSuperBoyProject 3 місяці тому

      Appwrite seems to be lacking compared to even parse server. Supabase is all right though

  • @ElPolemista
    @ElPolemista 5 місяців тому +1

    I became addicted to this channel.

  • @titusfx
    @titusfx Рік тому +3

    Supabase can be self-hosted with the magic words "docker-compose up".
    There's also pocketbase.
    In any case thanks for ur videos ✌

  • @bradleyh7457
    @bradleyh7457 Рік тому

    Love your videos!

  • @stockiten3369
    @stockiten3369 Рік тому

    love your videos before watching them🤩

  • @ComisarioLobo
    @ComisarioLobo 5 місяців тому +1

    Hi, thanks for the video. It would be awesome if you create an up to date version of this video. Ideally, with a focus on end to end type safety

  • @terrencemashego4058
    @terrencemashego4058 Рік тому

    killer intro 🤣. I love this channel

  • @dongums
    @dongums Рік тому

    I've been waiting for this

  • @giovannicrisalfi3189
    @giovannicrisalfi3189 Рік тому +4

    Want to be the Rust backend guy: suggestions? I was reading about Seeds lately and I love how they picked the many good parts of Elm, but this is all about front-end. How should I manage the users' authentication?

  • @agamjotsingh7371
    @agamjotsingh7371 Рік тому +19

    Please upload a video on heroku alternatives too. Thanks Jeff

  • @CSniper
    @CSniper Рік тому

    would be fun if you tried off some of cloudflares stuff, durable objects are pretty cool!

  • @BenniK88
    @BenniK88 Рік тому +11

    I’m trying super base since three weeks because I want to switch from firebase. And I have to say the community and service is very great! It’s definitely a learning curve and challenge to adapt to Postgres but seems like it’s worth it!

    • @techjandro
      @techjandro Рік тому +3

      Same here, I like firebase from a long time now but Supabase is just amazing, I’m just moving there for now and it requires some work but the trade off is worthy

    • @hi9313
      @hi9313 Рік тому +1

      Why

    • @welly_de
      @welly_de Рік тому

      in pricing with big collection of data and access, which one is better...? firebase or supabase?

    • @PezhvakIMV
      @PezhvakIMV 4 дні тому

      watch out for self-hosting if you ever plan to use it, it's not what you might think it is

  • @ymi_yugy3133
    @ymi_yugy3133 Рік тому +5

    I used a combination of Firebase and Vercel in my latest project and am quite happy with it. Firebase for auth and database, vercel for hosting and functions. I originally wanted to put everything on Firebase but annoyingly functions require the paid plan and there is no easy way to put a hard cap on spending.
    I looked at a bunch of firebase alternatives, but their free tiers aren't as generous as that of Firebase.

    • @ThanHtutZaw3
      @ThanHtutZaw3 Рік тому

      usage of function and why they need

    • @hi9313
      @hi9313 Рік тому

      Can’t you set a spend limit on fb functions??

    • @ymi_yugy3133
      @ymi_yugy3133 Рік тому +1

      @@hi9313 Not easily. Firebase allows you to have billing notifications, but if you miss them or aren't fast enough you are screwed.
      What you can do is write a cloud function that listens to GCP budget events and disable billing. But setting this up isn't trivial for someone who is unfamiliar with GCP. You need to mess with various IAM permissions and because Google likes to switch things up from time to time, I don't trust that it will keep working.

    • @ThanHtutZaw3
      @ThanHtutZaw3 Рік тому

      @@ymi_yugy3133 how can I limit for testing purposes. I don't want to pay for testing.

    • @ymi_yugy3133
      @ymi_yugy3133 Рік тому +1

      @@ThanHtutZaw3 You can obviously stay with the free plan, but all "testing" you do counts towards your free limits and you can't use paid features like functions (pretty crucial imho).
      If you go with the paid plan, you have to pay for everything you use, even if it's just for testing.

  • @imraninfrarote
    @imraninfrarote Рік тому

    0:14
    Idk why but that pierced through my soul

  • @_teker
    @_teker Рік тому

    You just made my write an entire parody of all about that bass, all about that base

  • @angies2892
    @angies2892 Рік тому +1

    I appreciate gamedev being a part of the conversation

  • @satyak1337
    @satyak1337 Рік тому +1

    Hasura and its row level data security is simple and easy to understand. I think Supabase its trying to implement similar feature.

  • @yuting386
    @yuting386 Рік тому

    thanks! this is super helpful!!

  • @Rundik
    @Rundik Рік тому +9

    Firebase is so widely used on mobile not because it's good, but because it's mandatory if you want notifications on android

    • @YuriG03042
      @YuriG03042 Рік тому +1

      not really, there are notification alternatives but then your are forced to integrate several different techs when firebase handles everything for you with a single tech

    • @Rundik
      @Rundik 10 місяців тому

      ​@@YuriG03042the only alternative to firebase is to display one notification constantly I think

  • @markeem321
    @markeem321 Рік тому

    Gosh, u cracked my mind. There’s now a endless loop in ma mind ..bout that baas, bout that baas

  • @carlospavajeau7179
    @carlospavajeau7179 Рік тому

    Hi , thanks so much for your crack. It really works. But from the beginning it did not work for some reason, I updated visual studio and oh my god it worked. Thank you!

  • @sterinsaji4513
    @sterinsaji4513 Рік тому +3

    0:37 Hence proved this guy is one year ahead of all of us 😂.

  • @jonjojr
    @jonjojr Рік тому +1

    Supabase is flexible. Postgres, Graphql, Authentication, API, RLS, Functions, Storage buckets. The full pakcage to get started with a free tier.

  • @whoamitalkingto9593
    @whoamitalkingto9593 Рік тому +11

    So it looks like the best option depends on the type of database you want. Firebase for nosql and supabase for sql.

    • @MultiZ100
      @MultiZ100 Рік тому +6

      Some basic database operations are very obtuse with Firestore. For example, it’s impossible to get count of documents in a collection without reading everything in that collection. Also chaining AND and OR queries is awkward. And of course, it doesn’t offer full text search.

    • @okie9025
      @okie9025 Рік тому +1

      @@MultiZ100 also a HUGE HUGE problem is that you can't use any type of filtering based on reference objects (i.e. foreign keys)
      this is mostly a problem with NoSQL databases but basically it means any kind of deeply nested filtering is impossible without fetching every single document in a collection

    • @kgrez96
      @kgrez96 Рік тому +1

      WHO IS HE TALKING TO? LULE

    • @John-qt6qk
      @John-qt6qk 9 місяців тому

      I'll stick to Firebase they will get better in a short future

  • @djdelinquent
    @djdelinquent Рік тому

    your puns give life into my lungs in a world where it feels like i’m always suffocating

  • @CyrilKart
    @CyrilKart Рік тому

    for small projects I use Notion as Database

  • @pesterenan
    @pesterenan Рік тому +3

    Could you talk more about Azure and its services? Like CosmosDB? I'm migrating a project from Firebase services to Azure and man, there is so much documentation to read! Help pls! hahaha

  • @wendelyndike8721
    @wendelyndike8721 Рік тому

    Brooo 😂😂
    Your videos are just the best.
    1 minute in and I’m already wheezing 😂😂
    This is CONTENT!!!
    Thanks man 👏🤝

  • @PlasmaJunkie
    @PlasmaJunkie Рік тому

    This is one of those immediately out of my league videos.

  • @hevityaus631
    @hevityaus631 Рік тому

    This video is super helpful

  • @pujakesuma240
    @pujakesuma240 Рік тому

    Completely agree. Aweso video

  • @TimmySullivanlol
    @TimmySullivanlol Рік тому +2

    the fact that this video was posted literally a few hours after i decided on using fire base for my web app is insane. kinda feeling buyers remorse?

  • @goodness2410
    @goodness2410 3 місяці тому +2

    I do have a question tho, which is better, Firebase or MongoDB?

  • @HiImKyle
    @HiImKyle Рік тому +1

    I love the idea of Supabase ever since you did a video on it, but I can't ever get it to run with the default settings and the fact I can't have multiple projects is unhealthily aggressive for an open source project.

    • @paladyne
      @paladyne Рік тому

      "Our Free tier gives you 2 free projects, but you can have as many paused projects as you want. Just pause and unpause them as needed." - from Supabase's pricing page at the bottom.

  • @xavier2586
    @xavier2586 Рік тому

    I'm addicted to your videos

  • @sounishnath513
    @sounishnath513 Рік тому +1

    @fireship - There’s one Fantastic DB I found it’s called RavenDB which is a document database but implement ACID strictly with multi master Nodes. If you make a video on it that would be great 😊

    • @oneito947
      @oneito947 Рік тому

      What about yigabyte db

  • @iamcute69
    @iamcute69 Рік тому

    Supabase has a community-hosted Swift client library for iOS/macOS development.

  • @AbhishekKumar-qx9wq
    @AbhishekKumar-qx9wq Рік тому

    Ahh got it thanks for this 😊

  • @TarcisioXavierGruppi
    @TarcisioXavierGruppi Рік тому

    Do you have a video about the things you could not implement in Firebase or that you needed a complicated solution to make it work with Firebase? I see a lot of good features in videos but not many with the hard things.

  • @pokefreak2112
    @pokefreak2112 Рік тому +4

    I remember when this channel was called angularfirebase :)

  • @cemilfatihyol4547
    @cemilfatihyol4547 4 місяці тому +1

    Do you have any suggestions for pricing? What’s the best choice for big data especially media storage.

  • @constructoraueshasoc.3607
    @constructoraueshasoc.3607 Рік тому

    TNice tutorials is very easy to understanding.i have soft soft tutorial Tamil language .keep on each other's.greet job dudes

  • @oscarmiranda9532
    @oscarmiranda9532 Рік тому

    Could you do a video about architecture, either tools or you know, the architecture itself

  • @Manas-co8wl
    @Manas-co8wl Рік тому

    i need a 2~3 minute long extension of that first 5 seconds

  • @ScriptureFirst
    @ScriptureFirst Рік тому

    Telling me how you'll "see me in the next one..." Just exacerbates my surveillance paranoia. Thanks a lot buddy.

  • @daydrivver2074
    @daydrivver2074 Рік тому

    Just recently lost my job... And your videos have been god sent to get on track would there ever be a discount on your platform? Kinda short on money and leave outside us (México) but definitely would pay for your content

  • @erjiaxiao6577
    @erjiaxiao6577 Рік тому

    Hello Jeff, I'm curious about numba and pandas. Could you make 100 seconds videos about them? Thanks a lot! Your video is really awesome!!!

  • @fernandorubensada
    @fernandorubensada Рік тому

    Awesome content

  • @romanmunar
    @romanmunar Рік тому

    Wow AWS Amplify looks very promising here.