Admin Questions
Ad
How to get rid of shadows in the Material-UI theme
I need to get rid of shadows in muipaper component. i found some solution:
Where and when to use Firebase admin.app().delete()?
I'm new to using firebase and node.js and have a general question on where and when to use ' admin.app().delete() ' ? i understand it's
Firestore automatic backup using cloud functions?
Firebase docs recommends that you deploy an app engine application to handle automatic firestore exports.
Firebase Admin: How can I get the previous page of Users from listUsers()?
The firebase admin sdk function
How do I import react-admin in a React Typescript appplication?
I'm trying to set up a react-admin app in typescript and i can't quite figure out how to import react-admin. it gives me the (simple) error saying
Return promise from Firebase Cloud Function
I have callable function in my cloud functions: export const getuserbyemail = functions.https.oncall((data, context) => {
Mock a token for flask unit tests - firebase-admin-python SDK
I am using the firebase-admin-python sdk to handle authentication between an ios app and a flask backend (python). this is my backend
Import only used bits from firebase-admin when using Typescript in Cloud Functions
I glanced at my transpiled code from cloud functions and following typescript import import {
Fetch documents in firestore according to timestamp
I would like to fetch documents from firestore which are 1 week old according to current sever timestamp, how can i achieve this? please tell me
List all Firestore collections using Python admin SDK
I want to get all the collections stored in my firestore database. i went through the documentation and found that getcollections()
Ad
Firebase kicks out current user - "Managing users" with the web SDK
I have a (not so small) project started with reactjs and firebase web sdk - and i would like to somehow manage (at least add & delete) users
Firebase Rest API Authentication ID Token and Token Refresh in React Native
Firebase official docs says that firebase token id of a user expires in 1 hour . to generate a new token refresh token id is to be passed to an
modify specific redux-form value from custom function callback in react-admin
I have modified the ondrop function of imageinput so that it will eventually return a url from my custom function.
How to create document Id for firestore documents using adminSdk in Firebase cloud functions?
How to create a document push id for firestore document using firebase admin sdk in firebase cloud function. i know how to do it in
Firebase multipath delete with orderByChild()
Basically when a user deletes their account i am trying to clean up all the data in the rtdb. this is no problem until i have to deal with
using firebase cloud messaging how can I understand which message give me an error and which message is accepted for delivery?
I have a db in which i saved a list of message that i have to send using firebase cloud messaging. if i want to send up to 100 messages in batch
How to handle multiple firebase projects server side?
I have saas application that needs 4 mobile apps (built in flutter): ios/android version of a customer app ios/android
Preferred protocols to upload static files to your Apache server?
If you were the administrator of an apache web server, what protocol(s) would you prefer to provide, for the web developers to upload static files
How do I add a custom inline admin widget in Django?
This is easy for non-inlines. just override the following in the your admin.py adminoptions: def formfield_for_dbfield(self,
Django-Admin: CharField as TextArea
I have class cab(models.model): name = models.charfield( max_length=20 ) descr = models.charfield( max_length=2000 )
Can you change a field label in the Django Admin application?
As the title suggests. i want to be able to change the label of a single field in the admin application. i'm aware of the form.field attribute,
Ad
Django Admin Interface Does Not Use Subclass's __unicode__()
(django 1.x, python 2.6.x) i have models to the tune of: class animal(models.model): pass class cat(animal): def
Admin generic inlines for multi-table subclassed models broken --- any alternatives?
Here's what i'm trying to do, and failing... i have a file model which has a generic-relation to other objects: class
Why won't Django 1.0 admin application work?
I've just started playing with django and am loosely following the tutorial with my own set of basic requirements. the models i've sketched out so
In the Django admin interface, is there a way to duplicate an item?
Just wondering if there is an easy way to add the functionality to duplicate an existing listing in the admin interface? in data entry we
Keeping filters in Django Admin
What i would like to achive is: i go to admin site, apply some filters to the list of objects i click and object edit,
Verifying token using firebase admin SDK in .net - exeption: 'Incorrect number of segments in $ID token.'
I'm building a web.api to send notifications to ios application via firebase. i have integrated the firebase admin sdk in .net project. as per the
How to create Firebase Dynamic Links from the Admin SDK
Instead of creating a dynamic link inside the ios app, is it possible to create dynamic links directly from the admin sdk? for example, i listen
Firebase authentification via GitHub: setting the uid
I want to allow users to sign in/up via github and via email/password using firebase. in the server side, i implemented using the
Store serviceAccountKey.json file in third party server
I have an android app which gets its data from firebase realtime database. for updating the realtime database automatically, i've written a python
How do I switch to another serviceAccountKey.json via .firebaserc on Firebase Cloud Functions?
In my .firebaserc file, i provided two firebase databases, one for dev and one for production: { "projects": {
Managing the patch level of multiple windows systems
In an environment with multiple windows servers what is the best way to ensure patch compliance accross all systems? is there a simple
Ad
How to set new property in user metadata?
I'm trying to set some property in user metadata. i'm trying to do this using
How can I show file sizes with commas when getting a directory listing with 'ls -l'?
You can do 'ls -l' to get a detailed directory listing like this: -rw-rw-rw- 1 alice themonkeys 1159995999
Is it possible to restrict to multiple roles in react-admin?
Currently i am restricting to admin and user, but it seems i have to introduce more roles as well. the current code i have is:
Use for the phppgadmin Reports Database?
Phppgadmin comes with instructions for creating a reports
Restricting OpenSSH to allow uploads only to certain directories
I need to run backups from multiple servers to a single account on another server. if one of the public servers is compromised, i don't want the
How to show Django auth messages only in admin interface?
Django's auth messages look pretty handy for notifying a cms user of some configuration problem. the thing is that the messages are deleted on
How to count values on a pivot table in MySQL?
I have two tables users and get_cal like below : users
getting sum for each month for several months in a year in sql
I have the following table image of database in use i want
next js api route or call firestore directly from client side
Hi i'm new to next js and had a few questions regarding using firebase authentication client side and server side. i have both firebase admin and
firebase admin.auth().getUserByProviderUid is not a function
I want to delete by facebook provider user in my firebase authentication using
When I call admin.database(), will that open a new database connection in firebase every time?
When i make a call to admin.firebase(), will that open a new open firebase database connection every time? is there any way to count
Ad
How do I add an analytics label to data messages with the java Firebase Admin SDK?
As of july 1, firebase requires the addition of labels to messages in order for analytics to show about the number of data message sends etc.
AdminLTE themes: small disagreement with coworker (soft skills)
I have a quick question regarding implementation of a small change in our system, and i want to hear your opinion about my little disagreement
Use attribute of object as a source of TextInput
I have my object, that is stored in a variable entitydata. i want to print the currrent values of attributes from my object to
'No such device or address' returned from FirebaseAdmin SDK on .Net Core
I am sending push notifications to devices from firebase cloud messaging service. for doing so i used firebaseadmin sdk on .net core. i have
How to load a firebase admin key in node js?
I want to use the firebase admin sdk to give my node server free access to my database. this is the code of index.js in my
firebase cloud function is not being executed on onCreate event for firebase real time database
I have deployed the next function to the firebase: import * as functions from 'firebase-functions'; import * as admin from
Cannot receive push notification using onCreate event in firebase reail time database
I am trying to achive the next feature: i want to send a push notification to my device, when i add a record in my firebase real time
Warning, FIREBASE_CONFIG and GCLOUD_PROJECT environment variables are missing. Initializing firebase-admin will fail
I am using this tutorial, to setup firebase admin sdk.
How to fix:Response is undefined in react-admin
I'm trying to use react-admin to provide a user crud from my api (express) i followed the steps from react-admin documentation.
Show Tab Form Validation For Inputs Not Direct Children Of <FormTab>
When an unfocused tab has a validation error, the tab header should appear red. instead of that, when an unfocused tab has a validation error, the
When you exclude a field from a Django admin class, does that also prevent the field being set in a POST?
Say i have a model admin: class customer(model): name = charfield(max_length=255) secret = charfield(max_length=255,
Ad
Firebase Server complains that firebase-admin is installed but not seen
I tried running firebase serve on my local machine and gets below warning the cloud functions emulator
How to export firestore sub-collection to bigquery table?
We need to export firestore data to bigquery for data studio reporting. we are following the below process - we export the
Firebase-admin deal with multiple environments
I'm pretty new to firebase-admin (and firebase in general). i have a project on firebase called x and i created 2 android apps inside
Initialize Firebase Admin SDK with only environment variables in Golang
I'm trying to initialize the firebase admin sdk, in go,
Firebase Admin: Is it necessary to check if uid decoded on the server (based on client ID token) matches the uid from the client?
In my server i'm accessing user-specific data by passing a firebase uid as a parameter (i.e. get /users/:uid). i'm also
Laravel - voyager admin dimmer statistic
I have laravel project with voyager admin panel. right now i need to see statistics on my admin dashboard for products in stores but only from
How to get access to the firebase Authentication part
In my app i've 2 login methods(google&facebook) and all the users appear in the authentication part inside my firebase project, and i haven't
Can't determine Firebase Database URL when trying to read Firebase Database from within Node.js Firebase function
I am using flutter to build an app that accesses the firebase database. all good from the flutter side....but i am new to node.js and cloud
How to handle gradle dependencies that are apparently overwriting each other
I am developing an application using google firebase (authentification and cloud firestore). following the
Set different paths to buttons
I am using react-admin framework and i am trying to set two different paths to two different <editbutton/>.
Ad
How to safely download and use Firebase admin SDK service account
I’m coding a firebase application. the user can only read the database and the owner can write in the database to add some content. the
FirebaseAdmin messaging returning 404 not found
I am writing an api that sends an firebase message (using the official firebaseadmin library) when requested to a android device. i got it working
Laravel 6 Target class [App\Http\Controllers\Admin\Tracker] does not exist
I am trying to delete a record but i get this error that this class does not exist, i am using laravel 6, i hope your help or advice i
Firebase cloud function; unable to reach firestore database
I have a firebase cloud function (http request) in which i want to update a document in my firestore database const functions =
what ports to open for Firebase Admin SDK
I am using firebase admin sdk on my server which is hosted on aws so it can talk to fcm to send messages to mobile devices. from what i
Strapi & react-admin : I'd like to set 'Content-Range' header dynamically when any fetchAll query fires
I'm still a novice web developer, so please bear with me if i miss something fundamental ! i'm creating a backoffice for a
Printing data from array using shorthand
I am using react-admin framework and i am trying to print data from my array. my array is looking like
Firebase functions onCreate user
I'm trying to create a new doc, collection and another doc with data on oncreate user in firebase functions. please see code below
Django filter_horizontal for Many-to-One relations
I need to create a dropdown with search field in django admin panel. after a little surfing, i found "filter_horizontal" which does something
Calling a firebase cloud function from nodejs
I want to call a cloud function from firebase from another nodejs server or just a nodejs script. my firebase function is an oncall
MySQL Date between query
Why between '2020-02-22 00:00:00' and '2020-02-22 23:59:59' is working (getting data)? and why between '2020-02-22' and
Ad
Firebase Messaging: app/network-timeout (Error while making request: timeout of 10000ms exceeded)
I'm using firebase's admin sdk on a node js server. i've noticed that regularly a whole batch of notifications fails with no apparent reason. it
Firebase database access denied with permission set
I have carefully looked at other answers to similar questions and as far as i can tell everything is set correctly but still access is denied.
React-Admin: How do I handle an input source on a list of objects
In react-admin, i have an input whose source is a list of objects.
How can i get a specific data from my dataset using SQL and PHPmyadmin?
I'm new to sql. i have 3 datasets , patient (columns : id age zip_code, size, weight, sex) blood_tests (columns : test_id, test_date, blood_sugar,
How to sign in with Firebase Auth using python
I'm trying to make an app and i can't figure out how to sign in to a user with the python library firebase_admin. i don't have any code as of this
Crud Generator with Laravel
Since 2 weeks i work in a projet of devlopment of a application. i must creat many crud and it may take many times. now i want to know if i can
What is the .get() method equivalent to query firebase in typescript using firebase functions, when using a realtime database?
I am looking to fetch from firebase using typescript in cloud functions. i have looked here and found the bellow code, but am unsure if this is
Catch Firebase 503 error exception not caught my try statement
I'm using the firebase realtime database listener to listen to changes on a database path. my program recently crashed because of the
Import data to Firestore with Firebase Admin SDK (NodeJS) doesn't work for all collections
I'm using firestore as a db for my react web-app. before browser tests with cypress are run, i execute a nodejs script which imports data needed
Departments not showing in Laravel
I have two tables ,departments and users.one department has many users.one user belongs to one department.im trying to write a foreach loop to
Firebase: Trigger event in Firestore on new user created in FirebaseAuth
I wrote a very simple cloud function to add some fields in firestore with some info from the newly created firebaseuser in firebaseauth.
Ad
ForestAdmin: Unlock your data. CORS configuration issue
I try to install forestadmin but get an error after set up my account and generate my lumber db. what i did : lumber
How to create a Firebase user with Google Sign-in from server-side
I'd like to create a user using admin.auth() with googleauthprovider. i've successfully allowed the creation of users with
Register and Login form in Laravel not working
I have created a project in laravel but i cant login and register.when i try to register it stays at the same page and all the fields stay the
Reset field in Django Admin page
Imagine, that i have model and in the django admin form i can update my fields. i want to implement something like: update one field and the
Prefilling a <Create> record with render <Button/> cause the application to crash (react-admin)
Good morning. i'm using react-admin (2.9.4) and faced with problem: i try to prefill a create record and display create
Upload a local directory of images to a storage bucket via firebase-admin
What is the method to upload a directory to a firebase bucket via firebase-admin? var admin = require("firebase-admin"); var
The Cloud Functions emulator requires the module "firebase-admin" to be installed
Continuing to try to get firebase serve to work again. i just asked this question (and got a good reply, thanks):
Firebase Admin Node.js SDK doesn't have firebase.firestore.FieldValue.increment. Should I use Firebase JavaScript SDK (Client)?
My app engine is using firebase admin node.js sdk to use firebase.firestore (and other products). i want to use
Is there a way to listen for firebase database changes in python?
I have a python application that listens for put(add) events in my firebase database using pyrebase but the stream feature of pyrebase is
Firestore - Is there any charges for R&W operations performed using ADMIN SDK
I'm using firestore admin sdk for data backup-restore. is there any charges for operations like read and write when performed using admin sdk?
Is there a way to get a firebase element from a certain index?
I have a list of chat messages that are ordered by timestamp and have a unique firebase key (made by the push operator) in this list i
Ad
Create users with email an phone provider using Admin Firebase
How can one create a user with phone number and email as providers in firebase? the code presented only sets up the phone number as being
Firebase deep increment of a field in a data base
I have this structure: users is a collection, inside there are userids docs, each has a user
Ad
Blog Categories
Ad