question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Probably bug and proposition: Social media icons are not shown

See original GitHub issue

Bug Report or Feature Request (mark with an x)

- [ x] bug report -> please search issues before submitting
- [ x] feature request

Versions

ngx-auth-firebaseui v1.1.0

I’ve tried to use component ngx-auth-firebaseui-providers with [theme]=“themes.MINI_FAB” and faced the following issue: image

mat-icons do not show social network logos. I have the following structure in the assets: image

Could you please take a look, am I doing something wrong?

As an alternative I would recommend using font-awesome set of icons. It seems that it has all popular social media icons and sometimes it’s even easier to integrate to your project than dealing with SVG icons.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AnthonyNahascommented, Jun 13, 2018

did you import the assets into your angular.json ?

–>

"assets": [
              "src/assets",
              "src/favicon.ico",
              {
                "glob": "**/*",
                "input": "node_modules/ngx-auth-firebaseui/assets",
                "output": "/assets"
              }
            ],
"styles": [
              "src/styles.scss",
              "node_modules/material-design-icons/iconfont/material-icons.css"
            ],

see that in readme

and don’t forget to install the material-deisgn-icons’s package learn more here, in the material icons section

or here

tell me if that works! take a look to the demo app inside the repo here

related to the question about font-awesome…

ngx-auth-firebaseui is built completely with material deisgn, so I need material design icons too.

In future work, I will maybe support bootstrap as an extra module! Then I will make use of the font-awesome.

Note: I am trying to find a solution so that the icons are directly imported in the library without to reply on an import via angular.json…

Tell me if that works!

cheers

(by the way: it’s so cool that you are using the latest features of ngx-auth-firebaseui 🎉)

0reactions
ivanlucky22commented, Jun 16, 2018

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Probably bug and proposition: Social media icons are not ...
On the main page I'm using only and there are no icons. But If I will navigate to profile page and then back...
Read more >
Icons aren't shown correctly (arrows in slider and menu, social ...
The topic 'Icons aren't shown correctly (arrows in slider and menu, social media icons)' is closed to new replies.
Read more >
Social Media Icons no displaying | WordPress.com Forums
Hello, I am trying to add social media icons to the footer of my website. ... social icons widget to the footer area...
Read more >
Every Social Media Logo and Icon in One Handy Place
All the latest official logos, icons, and brand guidelines for the key social media platforms. Make a great impression when using them in ......
Read more >
Adding social media icons to the navigation - Seller Community
I want to be able to add the social media icons for Facebook, Instagram, and YouTube to the navigation menu, so they appear...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found