Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

bind() function in Firebase-util.js is not working in IE, Firebase.util.join() also not working throwing errors #86

@upatnso

Description

@upatnso

We are using Firebase chat application in Salesforce.

Expected result

Firebase Chat window should open with all the friends in the bottom of Salesforce community page

Actual result

Friends List not showing in Firebase chat and its making the page not responding. When debugged the page with F12 developer tools found some exceptions in the page as mentioned below.

1 . SCRIPT5022: Exception thrown and not caught
firebase-util.js, line 405 character 10
function bind(oThis) {
if (typeof this !== "function") {
// closest thing possible to the ECMAScript 5 internal IsCallable function

  new TypeError("Function.prototype.bind - what is trying to be bound is not callable");

}
2.Exception while Calling Firebase.util.join()

SCRIPT438: Object doesn't support property or method 'join'

firebase util join

Platform (OS): Windows
Version of Internet explorer: 9,10,11.

Could you please look into it and let us know whether it is known issue ?

Thanks & Regards,
Sobhan.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions