All Questions
2 questions
0
votes
1
answer
128
views
firebase-admin adding a random alphanumeric key to the realtime database when using push()
I am using the Python firebase-admin library to integrate Django rest framework and Firebase Realtime storage. I am using the push() function to create a new child node. However, the function adds an ...
0
votes
1
answer
829
views
Upload image to Firebase using Django
I have a Django rest API, in which there is an API to get an image from formdata.
from django.shortcuts import render
from django.http.response import JsonResponse
from rest_framework.parsers import ...