All Collections
FAQ
Can I use the JavaScript SDK for SSR (Server Side Rendering), or does it only work client side?
Can I use the JavaScript SDK for SSR (Server Side Rendering), or does it only work client side?
Support avatar
Written by Support
Updated over a week ago

The official Flamelink JavaScript SDK is intended to be used in a browser or on a NodeJS server environment.

Some functionality, like the Storage functionality, is not supported server side when using the standard Firebase SDK. If you find that you need to reference anything that is stored in the Storage bucket when using this SDK server side, you would need to use Firebase's official Admin SDK

The admin SDK also allows you to access other more privileged information that should only be accessed from a server. We support both packages within the Flamelink SDK. See the SDK's Usage section to see how to use either the Firebase client or admin SDK's with Flamelink.

Did this answer your question?