UNPKG

next-firebase-auth

Version:

Simple Firebase authentication for all Next.js rendering strategies

1 lines 229 B
import renameImport from"./util/renameImport";const originalAPIName="withAuthUserSSR",newAPIName="withUserSSR";export default function transformer(e,r,a){return renameImport({file:e,api:r,options:a},{originalAPIName,newAPIName})}