Getting Started with Cloud Firestore with Java - Firecasts

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 32

  • @BrunoCosta-fs3wv
    @BrunoCosta-fs3wv 5 ปีที่แล้ว +31

    I feel this tutorial is somehow incomplete

  • @TheDatasmith
    @TheDatasmith 2 ปีที่แล้ว

    There is Firestore Admin SDK for Java, and there are Spring Cloud firestore libraries. Are these packages mutually exclusive? What is recommended for Spring Boot Java app deployed to Cloud Run, which accesses firestore API?

  • @shivkumaranwane2864
    @shivkumaranwane2864 6 ปีที่แล้ว +3

    How to store data of controller on cloud? In java ...plz help

  • @lloydtozvireva6739
    @lloydtozvireva6739 6 ปีที่แล้ว +1

    good tutorial. do you have a tutorial to get data from firebase and push it to google sheets? thanks in advance!!

  • @MAGIS2018
    @MAGIS2018 5 ปีที่แล้ว +2

    i have an excel file of users how to import it in firestore..and i want to report in excel format

  • @witshells
    @witshells 3 ปีที่แล้ว +2

    cannot access com.google.auth.Credentials error

  • @irshadirshad6068
    @irshadirshad6068 ปีที่แล้ว

    Can we have access of this project code ?

  • @alfredozamorano371
    @alfredozamorano371 ปีที่แล้ว

    hola buenos dias porque no compartes el código fuente?

  • @AbhideepChakravarty
    @AbhideepChakravarty 6 ปีที่แล้ว

    My Firestore rules looks like this - service cloud.firestore {
    match /databases/{database}/documents {
    match /{document=**} {
    allow read, write: if false;
    }
    }
    }
    That says - No one can write.
    Still I am able to wrote using Admin SDK (Java). Is it normal and power of Admin API or is it a bug that I am able to write even when write is restricted??

  • @yashjain5531
    @yashjain5531 2 ปีที่แล้ว

    The generation of JSON file is outdated.
    You can generate the JSON file by following below steps
    1. In the Firebase console, open Settings > General.
    2. Click Generate New Private Key, then confirm by clicking Generate Key.
    3. Securely store the JSON file containing the key.

  • @ajitchoudhary1878
    @ajitchoudhary1878 6 ปีที่แล้ว

    Hi, can u tell me please that how can send notification from my App server(in java) to FCM server

  • @DheerajRijhwani
    @DheerajRijhwani 6 ปีที่แล้ว

    I am waiting for this video.

  • @AmitK
    @AmitK 6 ปีที่แล้ว +4

    The only thing killing me of the Firestore is write limit of its beta version. I do not know how but I hit 2.5mb write limit per second many times so I had to get back to realtimedatabase until alpha is released. I wanted to create a react desktop finance app with offline/online capabilities.

    • @AmitK
      @AmitK 6 ปีที่แล้ว +1

      I am developing a hospital staff management app (500-1000 people )(android + ios with react native ) and desktop app + web app with react and electron . this desktop app is used primarily by finance staff to upload data, I have found FireStore pretty useful because of its offline capabilities as if someday there is no internet connection, staff can still fill up data into the app and whenever internet connection available data will be up on the server , but I maxed out the quota limit pretty quickly with Firestore while developing. so I had to choose real time database, I am not giving offline capability feature for now to my clients but whenever firestore alpha is released , I will migrate to FireStore.

    • @areebjamaliam
      @areebjamaliam 6 ปีที่แล้ว +1

      Actually, Alpha is released prior to Beta, so unless you are a time traveller and want to go to past, you'll have to wait for Firestore to be out of beta, and not for the alpha to be released :)

    • @AmitK
      @AmitK 6 ปีที่แล้ว

      haha, I was thinking other way around , as I heard Alpha is superior than beta. haha

    • @areebjamaliam
      @areebjamaliam 6 ปีที่แล้ว

      It's alpha (a) then beta (b) then milestone (M) then release candidate (RC) then general availability (GA) or release

    • @AmitK
      @AmitK 6 ปีที่แล้ว

      If I use Firestore as a database for my react desktop app/react native app ipad and staff fills up data for whole day e.g. more than 10MB and when internet is available and as there is 2.5mb data per second limit is exists, would all data will fail to upload or it will be uploaded anyway by taking some time ?

  • @mohamadzeort1201
    @mohamadzeort1201 5 ปีที่แล้ว

    what is software you use??

  • @mahmoodali1871
    @mahmoodali1871 6 ปีที่แล้ว

    Anyone have answer ? Let say i have users , movies and startReview document startReview has userId and movieId and numberOfStar my question is how to retrieve user name and movie name from startReview in android there is no query can be select from multi-documents so how i can retrieve this date and display in recyclerView ?.

    • @AbhideepChakravarty
      @AbhideepChakravarty 6 ปีที่แล้ว

      Do not think in terms of RDBMS. You need to replicate data in review document about the movie and the user if needed. You can use review as the sub collection and user and movie as top level collection. While writing review, insert the user data in the review document.

  • @irshadirshad6068
    @irshadirshad6068 ปีที่แล้ว

    Please share the project complete code

  • @mahmudamen
    @mahmudamen 6 ปีที่แล้ว

    Hi Jen . I'm waiting for cloud firebase realse

  • @agenismarc1575
    @agenismarc1575 4 ปีที่แล้ว

    we don't understand anything. not same interface...

  • @szymek16s
    @szymek16s ปีที่แล้ว

    it's doesnt work.