UNPKG

next-firebase-auth-edge

Version:

Next.js Firebase Authentication for Edge and server runtimes. Compatible with latest Next.js features.

7 lines (6 loc) 166 B
export async function getMetadataInternal(tokens, options) { if (!options.getMetadata) { return {}; } return await options.getMetadata(tokens); }