Firebase In-App Messaging, Admin SDK

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

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

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

    The admin-sdk question was exactly what I am working on today. Great timing

  • @SaepulPasmu
    @SaepulPasmu 5 ปีที่แล้ว +1

    from Indonesia listens to you in person from Damsa pasmu

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

    Do you guys have a full example of an app doing something different than just pushing/ getting 1 type of data and getting it back? I haven't find a good example for this, like how to interact with different types of data or objects inside the Firestone or getting back a real payload, if the understanding of using firebase requires knowledge of No SQL or other technologies, can be cool to pointed them out. I really like firebase and I would like to use it for different implementations but is a huge learning curve even though I see a lot of progress with the integration process in the front end

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

    That really should have been named "server-sdk" or something. It took me weeks to wrap me head about what the admin-sdk is supposed to do and why is it not used on the client since I'll have admin panels on my client code. Really enjoying Firebase!

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

    Is there going to be support for Dart as well? Because I am currently starting with a mobile app project using Flutter, and I would love to implement some Firebase in it!

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

    #AskFirebase is there a reason to use IoT Core in conjunction with Firebase to receive data from IoT devices? Is there an advantage over simply using http requests from devices to my Cloud Functions instance and then do all the logic with Admin SDK, Firestore, etc.?
    I am building a prototype of a software/hardware product where I would like to receive telemetry data from devices, process it in Cloud Functions and then perform DB operations, and later display data specific only to that user, while ideally still have access to things like BiqQuery. I understand the layer part for the interactive software part, but am hesitant about best approach with devices and secure way of registering and communicating with them.
    Thank you!

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

    I have a Native App and PWA version of it. I used to work with GA. Now for Native we should use Firebase Analytics, although for Web we need to use GA. Is there a way do merge this? I would like use the same code to track native and pwa.

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

    #AskFirebase is there a way to exclude several documents (I am aware that there is no "not equal" ekvivalent) from a query in cloud firestore?
    What I am trying to do is store several documents locally (on Android device) and reduce the number of reads per user.
    So basically what I want is to store JSON document locally during first read and then ignore said document in subsequent reads for a certain period of time.
    Thanks in advance

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

    #AskFirebase Regarding IAM: In the future, are contextual triggers (custom events) going to be supported in the "Test on device" feature in the firebase console for campaigns?

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

    Like query in cloud firestore? Im thinking solve the problem with elasticsearch 🤔

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

    #AskFirebase Any plans for a cloud functions trigger for cloud storage when a request is made for a bucket object(file) that doesn't currently exist?
    Use-Case: Dynamically defined thumbnail sizes by the client by just sending a request. Client requests "/pics/photo@thumb312x312@fitFill.jpg". The file doesn't exist and thus triggers the cloud function to run. Cloud Function can then create said file utilizing the params in the path and then cloud storage would return the new file. Of course there'd need to be some sort of extra communication between the function invocation and cloud storage to ascertain whether the function is going to create the object or if it should just immediately return a 404 response.

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

    Firebase Admin API version 6.8.1 is not working in Payara 5.181. Some Guava issue I guess. With some guess work, I could make it work on Payara 4.164. Now on upgrade, I am screwed again. Such a pain to make it work.

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

    Is it possible to use firebases sdk p show card message dialog with action button programmatically and not from the campaign way from console.

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

    Can i have any code snippets for adding in-app messaging from javascript

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

    first \o/ i love this leasons, Firebase is the best thing for developers tks Google

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

    Btw, you could also use rest api's to insert data into firestore, do authentication etc. #askfirebase

  • @Psudo_Nation
    @Psudo_Nation 3 ปีที่แล้ว

    Is there any in-app messaging API , that I can use to create new campaign using my python script , if any please locate to the documentation

    • @shelendrasharma9680
      @shelendrasharma9680 3 ปีที่แล้ว

      i m also looking for the same? did you got anything so far? I cn see an api for FCM but there is no such API for in-app

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

    But chill is it only me that noticed this inapp messaging only works when you place an instance id

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

    or does it work only in some countries

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

    *Please help me*
    I want Google authentication in nodejs with express and pug. Anyone can help me?

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

    #askfirebase how firebase events activate AB testing with remote config? Does it mean that when you request remote config, you will get default one unless you sent certain event first? If so, what if such event was sent 24-48 hours ago? Will that still trigger the AB testing? Also, lets imagine I downloaded remote config, after one hour triggered event... how that user will participate in AB testing? Should Ai request new remote config? Even doing so, the previous one did not expire yet.

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

    I've been having a hard time resizing images stored in Firebase Storage (from fullsize to thumbnail). I would like to create a thumbnail for all users's profile pics. Can anyone help?

    • @VikashKumar-qo7lp
      @VikashKumar-qo7lp 5 ปีที่แล้ว

      use glide library for loading images and then use resize method bro..Hope this help

  • @lordswaggity1213
    @lordswaggity1213 5 ปีที่แล้ว +1

    🙂

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

    #askfirebase can you make little bit more questions, videos are not so frequent and just 2-3 question... come on, make at least 5 or better 7-10 questions so we can learn more about firebase features and where we can use them

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

    It can be better if firebase team build a container like heroku in thier plateform for excuting code for REST API build in java, kotlin, python , nodejs ... And with communicate directly with all other firebase services. We will be happy to see it.