1.0.3 • Published 2 years ago

@daimond113/firebase-rest-auth v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@daimond113/firebase-rest-auth

a simple wrapper around the Firebase Auth REST API

An example would be

import { AuthClient } from "@daimond113/firebase-rest-auth";
const authclient = new AuthClient({ apiToken: "xxx" });

authclient.deleteAccount({ idToken: "yyy" });

You can also construct it using

const authclient = new AuthClient().setAPIToken("xxx");
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago