Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firebase

Python-firebase Listener Implementation

Is there a way where you can actively have a listener for a Firebase Database in Python? For instan… Read more Python-firebase Listener Implementation

How To Send Push Notification Via Lambda By Firebase Using Python

I am trying to send a push notification from Firebase Cloud Message via AWS Lambda. The API respond… Read more How To Send Push Notification Via Lambda By Firebase Using Python

How To Check The Type Of File In Firebase Before Downloading?

I need to download a set of images from Firebase Storage. Before downloading, I need to check the t… Read more How To Check The Type Of File In Firebase Before Downloading?

Can I Use Events With The Rest Api Of Firebase?

with the JS api of Firebase I can use various events. (Value; Child Added; Child Changed; Child Rem… Read more Can I Use Events With The Rest Api Of Firebase?

How To List Every Element Of Storage Files In Firebase

How to list every element of storage files in firebase. In the official documentation there is no a… Read more How To List Every Element Of Storage Files In Firebase

Empty File Stored On Firebase With Python

My goal is to generate certain files (txt/pdf/excel) on my Python server and subsequently push it t… Read more Empty File Stored On Firebase With Python