I was trying to create custom tokens using the Firebase Admin SDK. But while importing import * as admin from 'firebase-admin';
as shown here.
I got an error process.binding is not supported
.
I'm using
browserify
:14.0.0
firebase
:^3.6.8
firebase-admin
:^4.1.0
Any ideas on how to resolve this?