Code Monkey home page Code Monkey logo

firestore-send-msg's People

Contributors

aodinok avatar dackers86 avatar dandronic avatar dependabot[bot] avatar i14h avatar joehan avatar marcelcorso avatar multimo avatar thatfiredev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

firestore-send-msg's Issues

Use Cloud Functions logger SDK instead of `console`

The logs in https://github.com/messagebird/firestore-send-msg/blob/master/functions/src/log.ts use console.warn and console.info. This will result in objects being displayed as multiple separate log entries, which are hard to read (some more detail here).

Instead, use the Cloud Functions logger SDK. Example:

Instead of:

console.info(`INFO: firestore-messagebird-send-msg: ${msg}`, ...rest);

Use:

import { logger } from 'firebase-functions';

// ....

logger.info(`INFO: firestore-messagebird-send-msg: ${msg}`, ...rest);

Here's an example from a Firebase-made extension.

Changing originator of sms message

I can send sms messages from Firestore with no issues, but I can't change the originating name of the sms message, it always displays the mobile number I have configured in messagebird.
I have added an originator field to the firestore document, but it seems the extension is ignoring it.

Does the extension allow you to configure the originator of the sms?

WhatsApp limit messages per second

Hello! I read on the docs the following limits
image

How many writes in the messages collection can I write per second? What is the limit whit this extenension?

Thanks a lot!

Unable to find published extension

firebase ext:install -i

... select the extension and get the message ...

Error: Unable to find published extension 'firestore-messagebird-send-msg'. Run firebase ext:install -i to select from the list of all available published extensions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.