<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: AhmadALi-glitch</title>
    <description>The latest articles on DEV Community by AhmadALi-glitch (@ahmadaliglitch).</description>
    <link>https://dev.to/ahmadaliglitch</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F994244%2F77accd19-d2b8-4017-8c32-f7023e0938be.jpg</url>
      <title>DEV Community: AhmadALi-glitch</title>
      <link>https://dev.to/ahmadaliglitch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ahmadaliglitch"/>
    <language>en</language>
    <item>
      <title>Firebase not working on my website when opening from mobile devices</title>
      <dc:creator>AhmadALi-glitch</dc:creator>
      <pubDate>Thu, 14 Nov 2024 11:19:11 +0000</pubDate>
      <link>https://dev.to/ahmadaliglitch/firebase-not-working-on-my-website-when-opening-from-mobile-devices-4njo</link>
      <guid>https://dev.to/ahmadaliglitch/firebase-not-working-on-my-website-when-opening-from-mobile-devices-4njo</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/79186961/firebase-not-working-on-my-website-when-opening-from-mobile-devices" rel="noopener noreferrer"&gt;
            Firebase not working on my website when opening from mobile devices
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Nov 13 '24&lt;/span&gt;
            &lt;span&gt;Comments: 3&lt;/span&gt;
            &lt;span&gt;Answers: 0&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/79186961/firebase-not-working-on-my-website-when-opening-from-mobile-devices" rel="noopener noreferrer"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;in my website Signup page
i'm using firebase auth for web ( @angular/fire version for angular websites ) to signup a user using Google Signup, i'm doing this using the SignInWithPopup function.&lt;/p&gt;
&lt;p&gt;this is my AuthService class :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;@Injectable({
  providedIn: 'root'
})
export class AuthService {

  constructor(
    private afAuth: AngularFireAuth,&lt;/code&gt;&lt;/pre&gt;…
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/79186961/firebase-not-working-on-my-website-when-opening-from-mobile-devices" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Is Pomodoro Helpful when Solving complex problems ?</title>
      <dc:creator>AhmadALi-glitch</dc:creator>
      <pubDate>Sun, 14 Jan 2024 21:37:30 +0000</pubDate>
      <link>https://dev.to/ahmadaliglitch/is-pomodoro-helpful-when-solving-complex-problems--527n</link>
      <guid>https://dev.to/ahmadaliglitch/is-pomodoro-helpful-when-solving-complex-problems--527n</guid>
      <description>&lt;p&gt;when you have an idea ,, about a new feature you want to add to your application or facing a hard to solve problem &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;collecting enough information about the problem you are trying to solve or the goal you want to achieve is the half of the solution .. the other half is how to convert the information you collected and the idea you have in the develop process&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;when talking about collecting information .. I mean memorizing the basics .. seeing how other people solved the problem you are trying with. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;or reading some well-documented information about the tools you're using .. or maybe another field of knowledge you haven't explored yet.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;sometimes we waste a lot of time collecting not helpful or useful information .. in this case it is a good idea to take a little break time .. reset to 0 , and redo the search.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I Really thought about the idea .. I Don't see that Pomo technique gonna be helpful is situation like this .. I prefer to set long periods of time thinking .. actually it helps me a lot to get into my flow .. so I will be more productive right ?&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>pomodoro</category>
      <category>programming</category>
      <category>coding</category>
    </item>
  </channel>
</rss>
