Snapchat Sticker Generator
Made by Snap Inc.
Creates custom Snapchat stickers based on product metadata.
Cómo funciona esta extensión
Use this extension to generate a custom Snapchat Camera sticker (png) and store on a Cloud Storage bucket for the purpose of sharing to Snapchat Stories using Creative Kit .
Creative Kit allows apps and websites to send content to Snapchat for sharing on Stories, while including a url attachment that helps to grow usage and awareness. This extension makes it easy to generate a sticker that is designed to be overlaid on top of the Snapchat camera ( SCSDKNoSnapContent ).
When calling the Snapchat sticker api, this extension:
- Generates a new transparent png image to specification for sharing over Snapchat Camera with Creative Kit and Creative Kit Web
- Customizes the image content based on the url and product schema or a provided url
- Alternatively, customizes the image content based on the product and schema collection data of a Firestore product
Generated images can be cached by providing a path to store cached images.
Detailed configuration information
To configure this extension, specify a Cloud Storage bucket to store the generated images.
Product
and
Schema
collections are optional and can be configured to allow stickers to be generated based on your own products.
Caching is an optional path for storing a generated image and is recommended for better performance.
Additional setup
Before installing this extension, make sure that you've set up a Cloud Storage bucket in your Firebase project.
In the Snap Kit Developer Portal you’ll need to create an account and register your app and/or website to enable sharing to Snapchat via Creative Kit. See docs here: Getting Started and Creative Kit .
Billing
To install an extension, your project must be on the Blaze (pay as you go) plan
- Cloud Firestore
- Cloud Functions (Node.js 10+ runtime. See FAQs )
- Cloud Storage
You are responsible for any costs associated with your use of these services.
Cómo instalar esta extensión
Usa Firebase console
Puedes usar Firebase console para instalar y administrar las extensiones.
Instala con consoleUsa Firebase CLI
También puedes usar Firebase CLI para instalar y administrar las extensiones.
Paso 1: Ejecuta el siguiente comando npm para instalar la CLI o actualizarla a la versión más reciente.
npm install -g firebase-tools¿No funciona? Consulta la referencia de Firebase CLI o cambia tus permisos de npm .
Paso 2: Configura un nuevo directorio de proyecto de Firebase o navega a uno existente
Paso 3: Agrega esta extensión al manifiesto de tu extensión ejecutando
firebase ext:install snap/snapchat-sticker-generator --local --project=projectId_or_alias
Paso 4 (opcional): Prueba la extensión localmente con Firebase Emulator Suite
firebase emulators:start
Paso 5: Implementa las extensiones en el manifiesto de tu proyecto
firebase deploy --only extensions --project=projectId_or_alias