Mel

Results 27 issues of Mel

I tried to follow this tutorial but get stuck at this step. It produces an error that says: TypeError: _components_firebase_index_jsx__WEBPACK_IMPORTED_MODULE_5__.default is not a constructor Others on stack overflow have commented...

I've been stuck for months now in trying to set this up. I've tried every variation of these instructions and the directions in this [https://www.youtube.com/watch?v=oi3yxYs8Y4Q](url) clip. I have asked several...

I am really stuck in trying to figure out how to use the AuthUserContext to get to the attributes stored in the user collection for the user with the uid...

The helper in the article is: /* helpers */ this.fieldValue = app.firestore.FieldValue; (note - uppercase FieldValue) Then in messages, you use: createdAt: this.props.firebase.fieldValue.serverTimestamp(), This gives: FirebaseError: Function DocumentReference.set() called with...

**Describe the bug** In safari and firefox (not: this error doesn't appear in chrome), I'm getting an error that says: The stylesheet https://myapp.com/your-path-to-fontawesome/css/all.css was not loaded because its MIME type,...

I'm trying to understand Part 2a of the installation instructions. It says: Please bear in mind that if you would like to generate certificate for multiple domains than you have...

_Please use [markdown formatting](https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code) for code, configuration or console output._ #### 1. Expected behaviour I've stepped away from this for a day, calmed down and am trying again. When I...

Is it possible to replace the image with a loom embed? ```

## Description Please can you help me figure out what the Apollo federation 2 setup instructions mean. There are conflicting naming conventions between the instructions in this doc and the...

question ❓
triage

I saw in the user policy example you have, you use: class UserPolicy attr_reader :current_user, :model def initialize(current_user, model) @current_user = current_user @user = model end def index? @current_user.admin? end...