We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0f25d commit b256b17Copy full SHA for b256b17
src/providers/datastore.ts
@@ -23,7 +23,7 @@
23
import { makeCloudFunction, CloudFunction, Event } from '../cloud-functions';
24
25
/** @internal */
26
-export const provider = (new Buffer('Y2xvdWQuZmlyc3RvcmU=', 'base64')).toString();
+export const provider = (new Buffer('Y2xvdWQuZmlyZXN0b3Jl', 'base64')).toString();
27
28
29
export const defaultDatabase = '(default)';
0 commit comments